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:53:43 -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: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.