This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14313] fail to warn of inconsistent prototype: const char * const vs. const char *
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Feb 2004 08:20:56 -0000
- Subject: [Bug c/14313] fail to warn of inconsistent prototype: const char * const vs. const char *
- References: <20040227010626.14313.wje@acm.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2004-02-27 08:20 -------
Not a bug. 6.7.5.3/15: "... corresponding parameters shall have compatible
types ...", and indeed they are.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14313