Code::Blocks Forums
User forums => Help => Topic started by: DeadVelocity on October 08, 2008, 03:53:40 am
-
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-
-
Hi DeadVelocity,
the option -Wall does not issues all warnings. To get more warnings please set in addition the option -W.
Bye,
Mario