I'm using Eclipse and xCode to develop in C++.
The problem is in Eclipse I used the following statement:
unsigned asdf = -1;
In eclipse it worked fine, but in xcode is not letting you compile. How can I specify in Eclipses's settings to not let me compile if there is something like this?