From: Dale Weiler Date: Fri, 15 Mar 2013 22:56:45 +0000 (+0000) Subject: While we're at it, fix that one too. X-Git-Tag: before-library~85 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=66b5cf29ba54cedffb4bdde69b8d8d653ea4b02a While we're at it, fix that one too. --- diff --git a/Makefile b/Makefile index 8d5caad..2474204 100644 --- a/Makefile +++ b/Makefile @@ -17,16 +17,16 @@ endif # but also turn off the STUPID ONES ifeq ($(CC), clang) CFLAGS += \ - -Weverything \ - -Wno-padded \ - -Wno-format-nonliteral \ - -Wno-disabled-macro-expansion \ - -Wno-conversion \ - -Wno-missing-prototypes \ - -Wno-float-equal \ - -Wno-cast-align \ - -Wno-missing-variable-declarations \ - -Wno-unknown-warning-option + -Weverything \ + -Wno-padded \ + -Wno-format-nonliteral \ + -Wno-disabled-macro-expansion \ + -Wno-conversion \ + -Wno-missing-prototypes \ + -Wno-float-equal \ + -Wno-cast-align \ + -Wno-missing-variable-declarations \ + -Wno-unknown-warning-option else #Tiny C Compiler doesn't know what -pedantic-errors is # and instead of ignoring .. just errors.