News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Not seeing compiler warnings - MinGW-g++

Started by DeadVelocity, October 08, 2008, 03:53:40 AM

Previous topic - Next topic

DeadVelocity

I installed Code::Blocks 8.02 with MinGW. I moved the MinGW folder to C:\ and set up my path to include C:\MinGW\bin\

In CB i have selectd GNU GCC Compiler and set the compiler options to show all compiler warnings (-Wall)

trouble is I am NOT seeing any compiler warnings at all. even when i use code that I know gives warnings in other compilers.

What can I do to fix this?

-DV-

mariocup

Hi DeadVelocity,

the option -Wall does not issues all warnings. To get more warnings please set in addition the option -W.

Bye,

Mario