------- 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 dllimport to inline functions seems reasonable though - If the
compiler won't inline the function (that's just a hint) people will want to
specify dllimport to avoid linker errors, or no?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12477

Reply via email to