From c842a136519e1f8ef81cd7e4a815690825193baa Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 17 Dec 2020 13:29:58 -0500 Subject: voice: Fix accidental warnings Change-Id: I9663b4febd60c79a533ace1bad593c543c7dcf1d --- apps/voice_thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') 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; /* Needed at least on the Sony NWZ hosted targets, but probably a good idea on all of them */ #define VOICE_STACK_EXTRA 0x500 #else -#warning "3c0" #define VOICE_STACK_EXTRA 0x3c0 #endif static long voice_stack[(DEFAULT_STACK_SIZE + VOICE_STACK_EXTRA)/sizeof(long)] -- cgit v1.2.3