[PATCH] Add -Wno-address-space
commitb92f3223f4c45ce8a94a1f2c92f90ca55f339b8f
authorJosh Triplett <josht@us.ibm.com>
Wed, 30 Aug 2006 01:17:16 +0000 (29 18:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 30 Aug 2006 02:11:52 +0000 (29 19:11 -0700)
tree8e4f1eb2721b493661dcc87c92d79aa7ca97bfb3
parent38766114c76a469f67df77a2684154e2ca7a1a94
[PATCH] Add -Wno-address-space

Add the ability to turn off address-space mismatch warnings using
-Wno-address-space, helpful when attempting to track down a particular class
of warnings only without losing them amongst others.  Address space checking
defaults to on, so this does not change the default behavior of sparse.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
evaluate.c
lib.c
lib.h