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

2006-11-25 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-11-26 05:58 --- No feedback in 3 months about the -Wno-attributes option and the current behavior of GCC so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

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

2006-08-27 Thread dannysmith at users dot sourceforge dot net
--- Comment #14 from dannysmith at users dot sourceforge dot net 2006-08-27 21:14 --- (In reply to comment #12) > This happens with Qt4 Win32 as well - lot of warnings - "warning: inline > function... attribute ignored". All that's needed is a -Wno-inline-dllimport > type of flag to min

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

2006-08-27 Thread serzholino at gmail dot com
--- Comment #13 from serzholino at gmail dot com 2006-08-27 16:20 --- Confirmed with qt4 on win32 -- serzholino at gmail dot com changed: What|Removed |Added

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

2006-08-13 Thread paragw at excite dot com
--- Comment #12 from paragw at excite dot com 2006-08-14 02:38 --- This happens with Qt4 Win32 as well - lot of warnings - "warning: inline function... attribute ignored". All that's needed is a -Wno-inline-dllimport type of flag to mingw to suppress these warnings. Specifying dllimpor

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

2006-06-29 Thread dannysmith at users dot sourceforge dot net
--- Comment #11 from dannysmith at users dot sourceforge dot net 2006-06-30 02:42 --- On today's trunk, your example no longer gives warnings. Instead it compiles, then fails with: C:\tmp>G++ -Wall -W test.cpp c:\tmp/ccOGb2M9.o:test.cpp:(.text+0x1e): undefined reference to _imp___ZN1TC