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/plugins/doom/z_zone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/doom/z_zone.c b/apps/plugins/doom/z_zone.c index adf17a7..df00d6a 100644 --- a/apps/plugins/doom/z_zone.c +++ b/apps/plugins/doom/z_zone.c @@ -248,7 +248,7 @@ void Z_Init(void) zonebase_size=size; - printf("Z_Init: Allocated %uldKb zone memory\n", (long unsigned)(size >> 10)); + printf("Z_Init: Allocated %luKb zone memory\n", (long unsigned)(size >> 10)); // Align on cache boundary -- cgit v1.1