diff options
author | Josh Triplett <josh@freedesktop.org> | 2007-05-22 16:58:06 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2007-05-22 16:59:23 -0700 |
commit | b376177890bb579d4fd6a532bb95a6ef9a8d0787 (patch) | |
tree | 5c7f8f5c974717bf380a4695227cca4a35243469 /lib.h | |
parent | Expand calling convention test case to cover fastcall (diff) | |
download | sparse-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |