[Bug c++/33403] "warning: missing sentinel in function call" for 0 rather than NULL
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Sep 12 00:27:00 GMT 2007
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-12 00:27 -------
This is not a bug, 0 will be pasted as the same size as an int which means it
will most likely not be passed as the same size as a NULL pointer.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33403
More information about the Gcc-bugs
mailing list