Skip to content
Snippets Groups Projects
Commit 55032eac authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

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

parent 411f1140
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,9 @@ sure that bitwise types don't get mixed up (little-endian vs big-endian ...@@ -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_ vs cpu-endian vs whatever), and there the constant "0" really _is_
special. 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. or you don't get any checking at all.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment