projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411f114
)
[PATCH] Documentation/sparse.txt: mention CF=-Wbitwise
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 7 Nov 2005 09:01:02 +0000
(
01:01
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:54 +0000
(07:53 -0800)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/sparse.txt
patch
|
blob
|
history
diff --git
a/Documentation/sparse.txt
b/Documentation/sparse.txt
index
1829009
..
3f1c546
100644
(file)
--- 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.