Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
Not seeing compiler warnings - MinGW-g++
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Not seeing compiler warnings - MinGW-g++ (Read 3537 times)
DeadVelocity
Guest
Not seeing compiler warnings - MinGW-g++
«
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-
«
Last Edit: October 08, 2008, 04:19:05 am by DeadVelocity
»
Logged
mariocup
Guest
Re: Not seeing compiler warnings - MinGW-g++
«
Reply #1 on:
October 08, 2008, 08:14:11 am »
Hi DeadVelocity,
the option -Wall does not issues all warnings. To get more warnings please set in addition the option -W.
Bye,
Mario
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Not seeing compiler warnings - MinGW-g++