D:/CocosCreator_2.2.0/resources/cocos2d-x/cocos/base/CCGLUtils.cpp:86:66: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if(activeTextureUnit < MAX_TEXTURE_UNIT && activeTextureUnit >= 0)
~~~~~~~~~~~~~~~~~ ^ ~
D:/CocosCreator_2.2.0/resources/cocos2d-x/cocos/base/CCGLUtils.cpp:382:40: error: use of undeclared identifier ‘malloc’
__premultiplyTable = (GLubyte*)malloc(256*256);
^
1 warning and 1 error generated.
哪位大佬 给解决下啊,弄了一天了!!!