我有一个传统的Cocos2D游戏项目。 在编译Android版本时,我收到了很多警告:
warning: 'cocos2d::CCString' is deprecated (declared at ...) [-Wdeprecated-declarations]
我不打算更新代码,我只是想摆脱这些警告。
我尝试在Application.mk中将-Wdeprecated-declarations
和-Wno-deprecated
添加到APP_CPPFLAGS
,但仍会生成警告。