On 08/06/12 01:14, H Hartley Sweeten wrote:
Quiet a number of sparse warnings in this file:

warning: Using plain integer as NULL pointer

I wonder why sparse warns about that for a literal, unadorned 0? I suppose NULL is more explicit, but a plain 0 means the same as NULL in a pointer context (unlike a zero from some random expression).

--
-=( Ian Abbott @ MEV Ltd.    E-mail: <[email protected]>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to