X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=BSDmakefile;h=44a742a138d7d9f524d718e53c5a7590fdf11b35;hp=812df35e118cbb690d60292f922ada28d15df462;hb=e922403aa8658c95e1c7fd369f75ce508e5aea7b;hpb=4d4851e17903a5e8b66a2eef027354594e391559 diff --git a/BSDmakefile b/BSDmakefile index 812df35..44a742a 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,9 @@ CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-float-equal\ -Wno-unknown-warning-option\ -Wno-cast-align\ + -Wno-assign-enum\ + -Wno-empty-body\ + -Wno-date-time\ -pedantic-errors .else . if $(CC) != g++