From 74c87465950d7373fae090a575332fa66d9b7047 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 22 Jan 2012 20:33:37 +0100 Subject: Don't filter out -O for sims. It's not useful as it means we test code at a different -O level than we run it at. Fixes build errors caused by gcc 4.3. Fix some warnings the change would introduce as well. Change-Id: Id9ff31dc08694b0bfc5272f5e690c41f7918ed22 --- apps/codecs/wma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs') diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index 8986531..361fee6 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -46,7 +46,7 @@ enum codec_status codec_run(void) asf_waveformatex_t wfx; size_t resume_offset; int i; - int wmares; + int wmares = 0; int res = 0; uint8_t* audiobuf; int audiobufsize; -- cgit v1.1