mirror of https://github.com/axmolengine/axmol.git
387ea1899c
Only disable warning for CCActionInstant.cpp and CCMenuItem.cpp #if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1))) #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #elif _MSC_VER >= 1400 //vs 2005 or higher #pragma warning (push) #pragma warning (disable: 4996) #endif #if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1))) #pragma GCC diagnostic warning "-Wdeprecated-declarations" #elif _MSC_VER >= 1400 //vs 2005 or higher #pragma warning (pop) #endif |
||
---|---|---|
.. | ||
CCDeprecated.h | ||
CCEventType.h | ||
CCProtocols.h | ||
ccConfig.h | ||
ccMacros.h | ||
ccTypeInfo.h | ||
ccTypes.h | ||
cocos2d.h |