aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
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 /validation
parent12e4c7936209670106213f71ad8d9269c3dbfeb9 (diff)
downloadsparse-dev-b376177890bb579d4fd6a532bb95a6ef9a8d0787.tar.gz
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 'validation')
-rw-r--r--validation/non-pointer-null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/validation/non-pointer-null.c b/validation/non-pointer-null.c
new file mode 100644
index 00000000..de23a1f8
--- /dev/null
+++ b/validation/non-pointer-null.c
@@ -0,0 +1 @@
+void *p = 0;