From 660f11be541813be5f09fbaf44d8e7c6d5a5bbfe Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Fri, 31 Jul 2009 21:16:51 +0000 Subject: Fix Sparse warnings: "Using plain integer as NULL pointer" Signed-off-by: Blue Swirl --- feature_to_c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feature_to_c.sh') diff --git a/feature_to_c.sh b/feature_to_c.sh index 53975ebca7..dbf9f19c91 100644 --- a/feature_to_c.sh +++ b/feature_to_c.sh @@ -72,5 +72,5 @@ for input; do echo " { \"$basename\", $arrayname }," >> $output done -echo " { 0, 0 }" >> $output +echo " { (char *)0, (char *)0 }" >> $output echo "};" >> $output -- cgit v1.2.3-55-g7522