aajiwani / EasyNDK-for-cocos2dx

NDK is always a problem. Writing such a code that can become a breeze in connecting with other platforms is always a problem when working with cocos2dx. This repo is a step made forward to make this pain a simple step.
MIT License
171 stars 107 forks source link

Conversion of String Literal to Char * is Depreciated. #3

Closed waaleedkhan closed 11 years ago

waaleedkhan commented 11 years ago

Hello, Hoping you are well. I am not sure whether its an issue or not, but when removing selectors from group Xcode 4.5 throughs a warning of Conversion of String Literal to Char * is Depreciated.

Rest Works like Magic Thank You

aajiwani commented 11 years ago

Hey Waleed,

Thanks for the appreciation. The warning is because of the c++ standards, it's just telling us not to convert char* to string, you can simply have a string object to remove that warning.

Thanks.

On Wednesday, 29 May 2013, waaleedkhan wrote:

Hello, Hoping you are well. I am not sure whether its an issue or not, but when removing selectors from group Xcode 4.5 throughs a warning of Conversion of String Literal to Char * is Depreciated.

Rest Works like Magic Thank You

— Reply to this email directly or view it on GitHubhttps://github.com/aajiwani/EasyNDK-for-cocos2dx/issues/3 .

Amir Ali Jiwani CTO Pi Labs - http://pilabs.com