Hi all,
I'm hoping this is a simple problem...
I am trying to get FB Connect working with my project, as per the tutorial, but I'm getting lads of compiler warnings (22 in all).
I did a quick test with a blank XCode project using the "View-based Application" template, copied in the FBConnect stuff, set the header search path, and hit Build. No problems. Not one little error or warning.
I then tried the same in a blank project using the "cosos2d-0.8.2 Application" template - 22 warnings. Things like "Suggested parentheses around assignment used as truth value" and "Left-hand operand of comma expression has no effect", etc.
Is there a flag, or setting somewhere which prevents these warnings? Why would I see these when using the cocos2d template, but not using a standard XCode template?
Cheers,
Dunc.