User forums > General (but related to Code::Blocks)

Error in build log window

(1/2) > >>

connyosis:
Decided to compile my project with warnings enabled, and then noticed that in the build log window, the error and warning report is switched around.
When I have warnings, it reports them as errors:

...
Linking executable labyrinth...
Process terminated with status 0 (0 minutes, 23 seconds)
44 errors, 0 warnings

Anyone else noticed this?

(And yes, those warnings will be taken care of)

Urxae:
I think warning and error recognition is compiler-specific, so it might help to mention which one you are using.
For what it's worth, I've never noticed this problem using MinGW.

connyosis:
I'm using gcc 3.3.6 under Linux. Not that this bug (If it is a code::blocks bug) is a big deal, just thought I'd point it out.

mandrav:
It would help if you posted a couple of these warnings that are reported as errors.

MortenMacFly:

--- Quote from: connyosis on November 09, 2005, 11:36:07 pm ---44 errors, 0 warnings

--- End quote ---
Did you enable the "Treat as errors warnings demanded by strict ISO C and ISO C++" (-pedantic) option in the compiler settings?

Morten.

Navigation

[0] Message Index

[#] Next page

Go to full version