I found type "char" is considered as "unsigned char" on ARM android........

Today when I tried to investigate one bug on Android,
suddenly I found the data type “char” was said to “unsigned char” on ARM…

How should I adjust my application for it?
And has cocos2d-x SDK resolved this problem in its own source?