This commit is contained in:
Philip C Monk 2015-03-02 16:51:33 -05:00
commit b248466526

View File

@ -89,6 +89,9 @@ CWFLAGS=-Wall \
-Wno-error=unused-result \
-Wno-strict-aliasing \
-Werror
ifneq ($(OS),bsd)
CWFLAGS+=-Wno-error=unused-result
endif
ifdef NO_SILENT_RULES
%.o: %.c $(CORE)