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.hpull/308/head
parent
b5b8dc86bd
commit
c892295487
|
|
@ -52,7 +52,7 @@ endif
|
||||||
# Its a shame because GCC has so much to offer by the way of analysis.
|
# 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
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431
|
||||||
ifneq ($(CLANG_COMPILER),0)
|
ifneq ($(CLANG_COMPILER),0)
|
||||||
CXXFLAGS += -Wall -Wno-delete-non-virtual-dtor
|
CXXFLAGS += -Wall
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# iOS cross-compile configuration.
|
# iOS cross-compile configuration.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue