This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15657] -Wformat diagnostic confusing
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2004 11:43:51 -0000
- Subject: [Bug c/15657] -Wformat diagnostic confusing
- References: <20040526021958.15657.paulmoore100@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-26 11:43 -------
I think the confusing part to me is that the really does not say that the format is different from what is
supplied as an arg.
Maybe the following should be the error.
float format supplied but got a pointer argument (arg2).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15657