how to turn off some warning I don't want to be bothered with
From the command-line, -Wno-THING, where THING is the warning to turn off. For example, I have -Wno-unused-parameter in some of my Makefiles.
In XCode - yeah, it's somewhere in the build settings. You can do it for specific files if you want, I forget how exactly.
It might be unwise to turn this off, though. If you write "\ ", did you mean " " or "\\ " ?
There are also complex issues with octal and unicode escape sequences where you may not get what you wanted.
P.S. I now see that this forum mangles backslash characters, so some of what I've written makes less sense than it should. I hope you can decipher it.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: