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