From c892295487990bc2f49ff1c144d5de2842b0f00c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 24 Sep 2016 00:05:24 -0400 Subject: [PATCH] Remove uneeded -Wno-delete-non-virtual-dtor from GNUmakefile -Wno-delete-non-virtual-dtor is no longer needed since we have virtual destructors in place and they are active in config.h --- GNUmakefile-cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 65849af9..9ea2bfe1 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -52,7 +52,7 @@ endif # Its a shame because GCC has so much to offer by the way of analysis. # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431 ifneq ($(CLANG_COMPILER),0) -CXXFLAGS += -Wall -Wno-delete-non-virtual-dtor +CXXFLAGS += -Wall endif # iOS cross-compile configuration.