X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=Makefile;h=13a182a496e3855766588fddb2a8c37ef273a8a2;hb=59e81eeb7f01254b39bc7cbf2c282b6a451a896a;hp=727f68cc07eb9c85eefcebe201bd809e834f7712;hpb=baf69f3725f8eef6a7a34ef4c94264f7daecb9f5;p=xonotic%2Fgmqcc.git diff --git a/Makefile b/Makefile index 727f68c..13a182a 100644 --- a/Makefile +++ b/Makefile @@ -6,15 +6,13 @@ CC ?= clang CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -fno-common #turn on tons of warnings if clang is present ifeq ($(CC), clang) - CFLAGS += \ + CFLAGS += \ -Weverything \ -Wno-missing-prototypes \ - -Wno-unused-parameter \ - -Wno-sign-conversion \ - -Wno-conversion \ - -Wno-disabled-macro-expansion \ -Wno-padded \ - -Wno-format-nonliteral + -Wno-format-nonliteral \ + -Wno-disabled-macro-expansion \ + -Wno-conversion endif ifeq ($(track), no)