X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fsparse.txt;h=3f1c5464b1c9f1206dd497e891e1bd6e691d15fb;hb=4c1234ff24dd8dc2d9020d6315d91a71339be114;hp=1829009db771042038f3e302a8c35dbcb07c1d14;hpb=86513e726b494796175b6c4fdd705797f01b0ca2;p=linux-2.6 diff --git a/Documentation/sparse.txt b/Documentation/sparse.txt index 1829009db7..3f1c5464b1 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.