This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]