Change the gcc options for sdl builds to allow for gnu99 features, it needs some...
commit2b69d0fff56d2e225a1c702f20bda74bef90c796
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 2 Dec 2010 21:20:30 +0000 (2 21:20 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Thu, 2 Dec 2010 21:20:30 +0000 (2 21:20 +0000)
tree7f33290eb2d388aa7ed49e4a4d362da1abb8492f
parent9e108bf32a51794301815cb4005a9a51d0610268
Change the gcc options for sdl builds to allow for gnu99 features, it needs some fixes in other places. Fixes test_mem compilation failure on cygwin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28723 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/doom/z_zone.c
apps/plugins/mp3_encoder.c
apps/plugins/test_disk.c
apps/plugins/test_mem.c
firmware/libc/sscanf.c
firmware/target/hosted/sdl/thread-sdl.c
tools/configure