From: Dale Weiler Date: Fri, 23 Nov 2012 02:31:02 +0000 (+0000) Subject: Wall was already there, changed pedantic, into pedantic-errors X-Git-Tag: 0.1.9~328 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=02a933b808ff3f92abad50f7cc2632eb7d36d19e;p=xonotic%2Fgmqcc.git Wall was already there, changed pedantic, into pedantic-errors --- diff --git a/Makefile b/Makefile index a8f7a79..5ab8971 100644 --- 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 += \