From 2917d39ef19b9beb889448d161503ec8153823a1 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 24 May 2014 10:04:14 -0400 Subject: [PATCH] Don't forget the BSDmakefile too. --- BSDmakefile | 1 + 1 file changed, 1 insertion(+) 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++ -- 2.39.2