Get rid of some old disabled warnings.

This commit is contained in:
Juan RP
2019-07-03 01:26:07 +02:00
parent 0e950156fc
commit 9addb5e64e
2 changed files with 0 additions and 4 deletions

View File

@@ -10,8 +10,6 @@ ifdef BUILD_STATIC
BINS += $(BIN).static
endif
CFLAGS+= -Wno-unused-result
.PHONY: all
all: $(BINS)