voice: Fix accidental warnings
Change-Id: I9663b4febd60c79a533ace1bad593c543c7dcf1d
This commit is contained in:
parent
1aaa2824b6
commit
c842a13651
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ static unsigned int voice_thread_id = 0;
|
||||||
/* Needed at least on the Sony NWZ hosted targets, but probably a good idea on all of them */
|
/* Needed at least on the Sony NWZ hosted targets, but probably a good idea on all of them */
|
||||||
#define VOICE_STACK_EXTRA 0x500
|
#define VOICE_STACK_EXTRA 0x500
|
||||||
#else
|
#else
|
||||||
#warning "3c0"
|
|
||||||
#define VOICE_STACK_EXTRA 0x3c0
|
#define VOICE_STACK_EXTRA 0x3c0
|
||||||
#endif
|
#endif
|
||||||
static long voice_stack[(DEFAULT_STACK_SIZE + VOICE_STACK_EXTRA)/sizeof(long)]
|
static long voice_stack[(DEFAULT_STACK_SIZE + VOICE_STACK_EXTRA)/sizeof(long)]
|
||||||
|
|
Loading…
Reference in a new issue