[PATCH] using 0 as NULL in sparse
commit0c2211161823ceada304fea85bd4b2dc6fb5ad27
authorChristopher Li <sparse@chrisli.org>
Fri, 18 Feb 2005 16:03:46 +0000 (18 09:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:26 +0000 (7 21:06 -0700)
tree055acbbaa8ae5ffa22eee28844f3a5068f10aafe
parentf35a1af19298793d51467e0ff2315f9a5758c9bc
[PATCH] using 0 as NULL in sparse

This trivial patch remove the warning when I try to compile sparse
in with sparse.

Another warning I did not fix is:
../pre-process.c:554:18: warning: bad constant expression
The offending line is:
struct arg args[nargs];
cse.c