forked from len0rd/rockbox
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
This commit is contained in:
parent
589d2110dc
commit
921ac8d6dd
7 changed files with 11 additions and 23 deletions
|
|
@ -248,7 +248,7 @@ void Z_Init(void)
|
|||
|
||||
zonebase_size=size;
|
||||
|
||||
printf("Z_Init: Allocated %dKb zone memory\n", (long unsigned)size >> 10);
|
||||
printf("Z_Init: Allocated %uldKb zone memory\n", (long unsigned)(size >> 10));
|
||||
|
||||
// Align on cache boundary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue