[rott-commits] r244 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 30 03:56:12 EDT 2009


Author: fabian
Date: 2009-03-30 03:55:59 -0400 (Mon, 30 Mar 2009)
New Revision: 244

Modified:
   trunk/rott/Makefile
Log:
The -Wno-pointer-sign flag is only supported by GCC >= 4.


Modified: trunk/rott/Makefile
===================================================================
--- trunk/rott/Makefile	2009-03-28 15:12:42 UTC (rev 243)
+++ trunk/rott/Makefile	2009-03-30 07:55:59 UTC (rev 244)
@@ -47,7 +47,7 @@
 
 
 CC = gcc
-CFLAGS += -g -W -Wall -Wno-unused -Wno-pointer-sign
+CFLAGS += -g -W -Wall -Wno-unused
 ALL_CFLAGS = $(SDL_CFLAGS) -DUSE_SDL=1 -DPLATFORM_UNIX=1 $(CFLAGS) $(EXTRACFLAGS)
 LDFLAGS += -Wl,-E
 LDLIBS = $(LDFLAGS) $(SDL_LDFLAGS) -lSDL -lSDL_mixer $(EXTRALDFLAGS)



More information about the rott-commits mailing list