X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=BSDmakefile;h=44a742a138d7d9f524d718e53c5a7590fdf11b35;hp=49385413b3e126023284533bb66adc0940c8e71a;hb=41a76ab91dc6f872b03cd64f51aba86578f330c0;hpb=103bca7284dfee62c62c670fd1be9b7929581c5e diff --git a/BSDmakefile b/BSDmakefile index 4938541..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\ @@ -22,6 +20,9 @@ CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -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++