We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Change "char" to signed as default on Android arm architecture
Change "char" to signed as default on Android arm architecture
Bug #3108 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2013-11-04 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | android | |
Target version: | 3.0-alpha1 |
Now, “char” is unsigned as default on Android arm architecture. It’s different from other platforms. We should add “-fsigned-char” to make it the same as other platforms.