Get rid of some old disabled warnings.
This commit is contained in:
parent
0e950156fc
commit
9addb5e64e
@ -1,8 +1,6 @@
|
||||
TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
EXTRA_CFLAGS += -Wno-deprecated-declarations
|
||||
|
||||
BIN = xbps-checkvers
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
||||
|
@ -10,8 +10,6 @@ ifdef BUILD_STATIC
|
||||
BINS += $(BIN).static
|
||||
endif
|
||||
|
||||
CFLAGS+= -Wno-unused-result
|
||||
|
||||
.PHONY: all
|
||||
all: $(BINS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user