[PATCH] Documentation/sparse.txt: mention CF=-Wbitwise

From: Alexey Dobriyan
Date: Thu Sep 29 2005 - 10:26:46 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

Documentation/sparse.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Documentation/sparse.txt
+++ b/Documentation/sparse.txt
@@ -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.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/