This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12477] Request to add ability to disable inline/dllimport warnings
- From: "jwillemsen at remedy dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2003 13:56:21 -0000
- Subject: [Bug c++/12477] Request to add ability to disable inline/dllimport warnings
- References: <20031001123806.12477.jwillemsen@remedy.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12477
------- Additional Comments From jwillemsen at remedy dot nl 2003-10-01 13:56 -------
In ACE it is then possible to just set inline=0 to include the inline file in
the cpp file and then the macro ACE_INLINE is used instead of inline and this
expands then to nothing. I can imagine that more people use these kinds of
tricks to disable inlining by hand or to handle different compilers and one of
them has problems with inlining code.