From: Alexey Dobriyan Date: Mon, 7 Nov 2005 09:01:02 +0000 (-0800) Subject: [PATCH] Documentation/sparse.txt: mention CF=-Wbitwise X-Git-Tag: v3.12-rc1~41049 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55032eacdb3acf54f5ba2e4dd9205db2c5c0bce2;p=kernel%2Fkernel-generic.git [PATCH] Documentation/sparse.txt: mention CF=-Wbitwise Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/sparse.txt b/Documentation/sparse.txt index 1829009..3f1c546 100644 --- a/Documentation/sparse.txt +++ b/Documentation/sparse.txt @@ -41,9 +41,9 @@ sure that bitwise types don't get mixed up (little-endian vs big-endian 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.