X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Makefile;h=e31c0987124ba0596fd39040d18a920c312cabfe;hb=72106b0982d6948ff53c94df1cc3f8e9902f6ddf;hp=6e6c9452ff8ce26b6e70f89442b0cb9feef17103;hpb=480b2fc7b6e88a2ae92231af6bacc382908a4fe2;p=xonotic%2Fgmqcc.git diff --git a/Makefile b/Makefile index 6e6c945..e31c098 100644 --- a/Makefile +++ b/Makefile @@ -16,15 +16,17 @@ endif #turn on tons of warnings if clang is present # 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 + 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 else #Tiny C Compiler doesn't know what -pedantic-errors is # and instead of ignoring .. just errors.