[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:53: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:53 -------
The warnings
C:\ACElatest\ACE_wrappers>g++ -Wall -W test.cpp
In file included from T.h:10,
from test.cpp:1:
T.i: In member function `void T::b()':
T.i:2: warning: inline function 'void T::a()' is declared as dllimport:
attribute ignored.
test.cpp: In function `int main()':
T.i:6: warning: inline function 'void T::b()' is declared as dllimport:
attribute ignored.
More information about the Gcc-bugs
mailing list