]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Make it compile with -Wall and -pedantic
[xonotic/gmqcc.git] / Makefile
index e7a648df2e9ed87f29f5c76efb70b2698a6ca0b3..a8f7a790728eb0249c2e1842126c43ec0727063f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,12 +3,11 @@ PREFIX := /usr/local
 BINDIR := $(PREFIX)/bin
 
 CC     ?= clang
-CFLAGS += -Wall -I.
+CFLAGS += -Wall -I. -Wall -pedantic
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
        CFLAGS +=                         \
                -Weverything                  \
-               -Wno-missing-prototypes       \
                -Wno-padded                   \
                -Wno-format-nonliteral        \
                -Wno-disabled-macro-expansion \