[Bug c/11747] Insufficient compiler warnings issued.
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Thu Jul 31 14:27:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11747
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |diagnostic
Resolution| |WONTFIX
Summary|Insufficient compiler |Insufficient compiler
|warnings issued. |warnings issued.
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-31 14:27 -------
-Wconversion is the option you want to use to warn about conversion problems.
It does warn about this case so closing.
The reason why it is not included in -Wall or -Wextra (aka -W) is because it does two things see
bug 9072 and one of the things it does is not something we want in -Wall.
More information about the Gcc-bugs
mailing list