On 11 May 2011 13:58, Toon Moene wrote:
> My C++-fu is pretty non-existent; I tried a C++ bootstrap and got this:
>
> http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01129.html
>
> Why is that a problem in the C++ bootstrap and not the normal one ?

-Wconversion-null is C++ only

'false' is a valid null pointer constant so the code is valid, but
changing false to NULL would stop the warning.

Reply via email to