Re: C++ gnome code vs. gcc-2.95.1



>  I don't think 0 is correct in C; that is the problem. Using 0 for the NULL
>  pointer may cause "implicit conversion from integer to pointer" warnings.

0 is a perfectly valid pointer value in C.  It is correct to use it
anywhere but vararg lists.

  Federico



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]