X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=BSDmakefile;h=b34cb1e7610c11a4215f29cbce9ff119d5a19e8e;hb=1a8bb31d2a122010e99e47ce238a99f1cd922379;hp=812df35e118cbb690d60292f922ada28d15df462;hpb=4d4851e17903a5e8b66a2eef027354594e391559;p=xonotic%2Fgmqcc.git diff --git a/BSDmakefile b/BSDmakefile index 812df35..b34cb1e 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -11,8 +11,6 @@ GITINFO := GITINFO != git describe --always .endif -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing - .if $(CC) == clang CFLAGS += -Weverything\ -Wno-padded\ @@ -22,6 +20,7 @@ CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-float-equal\ -Wno-unknown-warning-option\ -Wno-cast-align\ + -Wno-assign-enum\ -pedantic-errors .else . if $(CC) != g++