Don't forget the BSDmakefile too.

This commit is contained in:
Dale Weiler 2014-05-24 10:04:14 -04:00
parent cc20d7e4e9
commit 2917d39ef1

View file

@ -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++