Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Zlika on September 03, 2005, 02:46:11 pm

Title: Tons of warning when compiling
Post by: Zlika on September 03, 2005, 02:46:11 pm
Hi everybody!
When I want to compile a plugin (for instance, the CB Profiler plugin), the compiler (gcc) produce tons of warnings like this:

warning: inline function 'xxx' is declared as dllimport: attribute ignored.

I can disable all the compiler warnings but in that case I can't see the 'true' warnings.
How shall I do?

Thank you

Zlika