X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=BSDmakefile;h=b34cb1e7610c11a4215f29cbce9ff119d5a19e8e;hp=7ebc66eecd56a9076e76381c65838e68a7275fc7;hb=beaba494b553421e4eaba1a72262ad354bf4a217;hpb=dd33f4e498aafc7fcd989f6e6b0dbbf0d4ef414f diff --git a/BSDmakefile b/BSDmakefile index 7ebc66e..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++ @@ -115,6 +114,7 @@ exec.o: gmqcc.h opts.def fold.o: ast.h ir.h gmqcc.h opts.def parser.h lexer.h fs.o: gmqcc.h opts.def platform.h ftepp.o: gmqcc.h opts.def lexer.h +hash.o: gmqcc.h opts.def intrin.o: parser.h gmqcc.h opts.def lexer.h ast.h ir.h ir.o: gmqcc.h opts.def ir.h lexer.o: gmqcc.h opts.def lexer.h