]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Wall was already there, changed pedantic, into pedantic-errors
authorDale Weiler <killfieldengine@gmail.com>
Fri, 23 Nov 2012 02:31:02 +0000 (02:31 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 23 Nov 2012 02:31:02 +0000 (02:31 +0000)
Makefile

index a8f7a790728eb0249c2e1842126c43ec0727063f..5ab8971d68f387fa499157479b724d4b36bae25b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PREFIX := /usr/local
 BINDIR := $(PREFIX)/bin
 
 CC     ?= clang
-CFLAGS += -Wall -I. -Wall -pedantic
+CFLAGS += -Wall -I. -pedantic-errors
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
        CFLAGS +=                         \