[Evolution-hackers] [Slightly OT] Can I disable the "-Werror" compile flag for some code blocks?
- From: Jules Colding <colding omesc com>
- To: Evolution Hackers <evolution-hackers lists ximian com>
- Subject: [Evolution-hackers] [Slightly OT] Can I disable the "-Werror" compile flag for some code blocks?
- Date: Fri, 26 Aug 2005 12:50:50 +0200
Hi,
I would like to use "-Werror" when compiling to make sure that I catch
all warnings.
The problem is that I need to include a few ORBit2 implementation
skeleton files in my source. Some impl_foo__create() functions for
interfaces declared in the IDL file, but not used in the code, give rise
to "defined but not used" warnings.
I would like to disable "-Werror" for these specific functions if
possible. Can I do that with gcc?
Thanks,
jules
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]