Page 1 of 1

Performance Warning.

Posted: Sun Sep 27, 2015 9:33 pm
by gOzaru
Hei, I have trouble in b2json.h on line 109, 110, 111.

Code: Select all

bool readIntoWorldFromValue(b2World *existingWorld, Json::Value &worldValue) { return readFromValue(worldValue, existingWorld); }
I tried to compile cocos2d-x 3.4 project in VS2013 IDE.
I get warning message: performance warning.
Can I know what that means?

Re: Performance Warning.

Posted: Sat Oct 03, 2015 4:21 am
by iforce2d
What does the error say exactly... just "performance warning"?
Does the program run ok?