gcc #pragma to temporarily disable specific warnings?
gcc #pragma to temporarily disable specific warnings?
- Subject: gcc #pragma to temporarily disable specific warnings?
- From: "Sean McBride" <email@hidden>
- Date: Fri, 27 Aug 2004 20:53:16 -0400
Are there pragmas I can use to turn off a specific warning that gcc emits?
For example, I need to use some 3rd party code (that I don't want to
change much, so I can easily diff & merge new versions from said 3rd
party) and gcc gives me hundreds of '"/*" within comment' warnings. Is
there some kind of pragma so I can turn off that warning just for that file?
Thanks!
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.