This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17654] Pointless warning on incompatible pointer types
- From: "jbeulich at novell dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2004 15:32:35 -0000
- Subject: [Bug c/17654] Pointless warning on incompatible pointer types
- References: <20040924151647.17654.jbeulich@novell.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jbeulich at novell dot com 2004-09-27 15:32 -------
This can only happen when any of the levels is not const-qualified. When all
levels are, you can't achieve such results.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17654