per-file and per-group warnings?
per-file and per-group warnings?
- Subject: per-file and per-group warnings?
- From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>
- Date: Thu, 22 Jan 2009 13:56:45 -0500
- Thread-topic: per-file and per-group warnings?
Title: per-file and per-group warnings?
Is it possible to set different sets of warnings on a per-file or per-group basis? I have to incorporate a bunch of code that others have developed that I am not allowed to modify into my application, but if I turn on warnings to find bugs in my own code, I get upwards of 6000 warnings, almost all of which is from this other code. In addition, this is C++ code where (for reasons I do not pretend to understand) EVERYTHING is defined in header files. Thus, I can't even get away with building a static library that I simply link into my code. Ideally, I'd be able to mark that code as having no warnings turned on, and turn on all warnings on my own code. Is this possible? I'm using Xcode 3.1.1.
Thanks,
Cem Karan
_______________________________________________
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