This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/22179] Erroneous compiler warning: null argument where non-null required
- From: "jesse dot millan at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jun 2005 22:49:43 -0000
- Subject: [Bug c/22179] Erroneous compiler warning: null argument where non-null required
- References: <20050624224211.22179.jesse.millan@gmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jesse dot millan at gmail dot com 2005-06-24 22:49 -------
Created an attachment (id=9146)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9146&action=view)
The C file that will generate the warning. (-Wall required)
Null is explicity checked for before making the function call.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22179