From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- Documentation/sparse.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/sparse.txt~documentation-sparsetxt-mention-cf=-wbitwise Documentation/sparse.txt --- 25/Documentation/sparse.txt~documentation-sparsetxt-mention-cf=-wbitwise Tue Oct 11 14:13:29 2005 +++ 25-akpm/Documentation/sparse.txt Tue Oct 11 14:13:29 2005 @@ -41,9 +41,9 @@ sure that bitwise types don't get mixed vs cpu-endian vs whatever), and there the constant "0" really _is_ special. -Modify top-level Makefile to say +Use -CHECK = sparse -Wbitwise + make C=[12] CF=-Wbitwise or you don't get any checking at all. _