X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=BSDmakefile;h=44a742a138d7d9f524d718e53c5a7590fdf11b35;hp=584c2f19c719a1ff066517df9280782a9bffa364;hb=ac8c7d730a7d0728facbdddea984a631037055aa;hpb=2917d39ef19b9beb889448d161503ec8153823a1 diff --git a/BSDmakefile b/BSDmakefile index 584c2f1..44a742a 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -11,8 +11,6 @@ GITINFO := GITINFO != git describe --always .endif -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes - .if $(CC) == clang CFLAGS += -Weverything\ -Wno-padded\ @@ -23,6 +21,8 @@ CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -Wno-unknown-warning-option\ -Wno-cast-align\ -Wno-assign-enum\ + -Wno-empty-body\ + -Wno-date-time\ -pedantic-errors .else . if $(CC) != g++