aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-22 16:58:06 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-22 16:59:23 -0700
commitb376177890bb579d4fd6a532bb95a6ef9a8d0787 (patch)
tree5c7f8f5c974717bf380a4695227cca4a35243469 /lib.h
parentExpand calling convention test case to cover fastcall (diff)
downloadsparse-b376177890bb579d4fd6a532bb95a6ef9a8d0787.tar.gz
sparse-b376177890bb579d4fd6a532bb95a6ef9a8d0787.tar.bz2
sparse-b376177890bb579d4fd6a532bb95a6ef9a8d0787.zip
Add -Wno-non-pointer-null to turn off warning about using a plain integer as a NULL pointer
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 7f33d75..9ea4ad2 100644
--- a/lib.h
+++ b/lib.h
@@ -102,6 +102,7 @@ extern int Wcast_truncate;
extern int Wdo_while;
extern int Wuninitialized;
extern int Wold_initializer;
+extern int Wnon_pointer_null;
extern int dbg_entry;
extern int dbg_dead;