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
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
TOPDIR = ../..
-include $(TOPDIR)/config.mk
EXTRA_CFLAGS += -Wno-deprecated-declarations
BIN = xbps-checkvers
include $(TOPDIR)/mk/prog.mk

View File

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