Suppressing pointer sign warnings
Suppressing pointer sign warnings
- Subject: Suppressing pointer sign warnings
- From: Andreas Falkenhahn <email@hidden>
- Date: Sun, 26 Jun 2011 23:20:09 +0200
Hi,
I'm unable to suppress the pointer signedness warnings in my Xcode project.
I've tried almost everything but the warnings don't go away. Of course I unchecked
the "Pointer Sign Comparison" setting in the project settings and the target
settings and also in the debug/release/active (debug) settings. I also tried to
add the -Wno-pointer-sign flag directly to the "Other Warning flags" entry. I
also tried to add the flag to the source file directly by selecting "Get Info" in
the file's right-click context menu and then adding -Wno-pointer-sign to the
"Additional compiler flags" text box in that dialog. But nothing helps. I still get
the warning :(
It's very very important that the warning goes away because currently it spams
the whole build log because I'm getting dozens and dozens of those warnings
and they conceal the really important warnings like possibly uninitialized variables etc.
Does anybody have an idea what else I could try to get rid of this warning?
Adapting the sources is not an option because we're talking about thousands
of those warnings across my whole project so I really need to find a way to suppress
this warning.
I'm on Snow Leopard using Xcode 3.2.6.
Please help!
Thanks,
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden