X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=BSDmakefile;h=584c2f19c719a1ff066517df9280782a9bffa364;hp=679e15aa33c28f301d2cdfee8354b28409600f43;hb=3945f26d925046e4f15524d384a49bde5883c641;hpb=a120209567913afa4b1ad4224988bc5ad1091b4f diff --git a/BSDmakefile b/BSDmakefile index 679e15a..584c2f1 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -3,8 +3,6 @@ # .include "include.mk" -.MAKE.JOB.PREFIX= - GITTEST != git describe --always 2>/dev/null VALTEST != valgrind --version 2>/dev/null GITINFO := @@ -13,7 +11,7 @@ GITINFO := GITINFO != git describe --always .endif -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing +CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes .if $(CC) == clang CFLAGS += -Weverything\ @@ -24,6 +22,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++ @@ -117,6 +116,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