This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5310] Weird warnings about using (int)NULL
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2007 00:50:49 -0000
- Subject: [Bug c++/5310] Weird warnings about using (int)NULL
- References: <bug-5310-2018@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from manu at gcc dot gnu dot org 2007-05-23 01:50 -------
(In reply to comment #4)
> (convert_like_real gives me the creeps.)
>
> I must check whether this warning has been taken by the new Wconversion, which
> is not currently enabled by Wall.
>
By the way, this is not enabled by Wall anymore. You need Wconversion for this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5310