[Bug c++/12477] Request to add ability to disable inline/dllimport warnings

jwillemsen at remedy dot nl gcc-bugzilla@gcc.gnu.org
Wed Oct 1 13:56:00 GMT 2003


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.



More information about the Gcc-bugs mailing list