From: Dale Weiler Date: Sat, 24 May 2014 14:04:14 +0000 (-0400) Subject: Don't forget the BSDmakefile too. X-Git-Tag: xonotic-v0.8.1~9^2~32^2~14 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=2917d39ef19b9beb889448d161503ec8153823a1 Don't forget the BSDmakefile too. --- diff --git a/BSDmakefile b/BSDmakefile index 4938541..584c2f1 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -22,6 +22,7 @@ CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -Wno-float-equal\ -Wno-unknown-warning-option\ -Wno-cast-align\ + -Wno-assign-enum\ -pedantic-errors .else . if $(CC) != g++