mirror of https://github.com/axmolengine/axmol.git
[CCArmature] Ignoring a warning of 'delete-non-virtual-dtor' for linux build.
This commit is contained in:
parent
bf781feba1
commit
aec713ac4e
|
@ -111,7 +111,7 @@ SOURCES = ../CCBReader/CCBFileLoader.cpp \
|
||||||
|
|
||||||
include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk
|
include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk
|
||||||
|
|
||||||
CXXFLAGS += -Wno-multichar
|
CXXFLAGS += -Wno-multichar -Wno-delete-non-virtual-dtor
|
||||||
|
|
||||||
TARGET := $(LIB_DIR)/$(TARGET)
|
TARGET := $(LIB_DIR)/$(TARGET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue