Make cgcc not pass -Wall to sparse even if passing it to cc
commite18c1014449adf42520daa9d3e53f78a3d98da34
authorJosh Triplett <josh@freedesktop.org>
Wed, 2 May 2007 03:46:47 +0000 (1 20:46 -0700)
committerJosh Triplett <josh@freedesktop.org>
Wed, 2 May 2007 03:49:27 +0000 (1 20:49 -0700)
tree1e31db322fef8de93f7bd9276b2ce529027a939d
parent1e46b4a2e4f91a7b9f78a660e7ab79aa9fecbc0f
Make cgcc not pass -Wall to sparse even if passing it to cc

-Wall turns on all Sparse warnings, including experimental and noisy ones.
Don't include it just because a project wants to pass -Wall to cc.  If you
really want cgcc to run sparse with -Wall, use CHECK="sparse -Wall".

Signed-off-by: Josh Triplett <josh@freedesktop.org>
cgcc