summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-12-17 13:29:58 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-12-17 13:29:58 -0500
commitc842a136519e1f8ef81cd7e4a815690825193baa (patch)
treead7b953b9504bfd8e94adcf3e582db07136748df /apps
parent1aaa2824b6c9196424a104a0bf92e80bfb4302d0 (diff)
downloadrockbox-c842a136519e1f8ef81cd7e4a815690825193baa.tar.gz
rockbox-c842a136519e1f8ef81cd7e4a815690825193baa.zip
voice: Fix accidental warnings
Change-Id: I9663b4febd60c79a533ace1bad593c543c7dcf1d
Diffstat (limited to 'apps')
-rw-r--r--apps/voice_thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index 12fc25df16..d7c352509b 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -87,7 +87,6 @@ static unsigned int voice_thread_id = 0;
87/* Needed at least on the Sony NWZ hosted targets, but probably a good idea on all of them */ 87/* Needed at least on the Sony NWZ hosted targets, but probably a good idea on all of them */
88#define VOICE_STACK_EXTRA 0x500 88#define VOICE_STACK_EXTRA 0x500
89#else 89#else
90#warning "3c0"
91#define VOICE_STACK_EXTRA 0x3c0 90#define VOICE_STACK_EXTRA 0x3c0
92#endif 91#endif
93static long voice_stack[(DEFAULT_STACK_SIZE + VOICE_STACK_EXTRA)/sizeof(long)] 92static long voice_stack[(DEFAULT_STACK_SIZE + VOICE_STACK_EXTRA)/sizeof(long)]