]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile.inc
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / makefile.inc
index 486bfeebacf6e7930f4ca0b084ed84446a7f2bc6..c04d1447aa4fdbc96d0bddd8b468cc8367301fa8 100644 (file)
@@ -164,7 +164,7 @@ OBJ_SDL= builddate.c sys_sdl.o vid_sdl.o $(OBJ_SND_COMMON) snd_sdl.o cd_sdl.o $(
 
 
 # Compilation
-CFLAGS_COMMON=$(CFLAGS_MAKEDEP) $(CFLAGS_PRELOAD) $(CFLAGS_FS) -Wall -Wsign-compare -Wdeclaration-after-statement
+CFLAGS_COMMON=$(CFLAGS_MAKEDEP) $(CFLAGS_PRELOAD) $(CFLAGS_FS) -Wall -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement
 CFLAGS_DEBUG=-ggdb
 CFLAGS_PROFILE=-g -pg -ggdb -fprofile-arcs
 CFLAGS_RELEASE=