summaryrefslogtreecommitdiff
path: root/test/test6-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-17 17:47:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-17 17:47:51 +0300
commit5bdc7595e7e067625719b001babc34eb56d1383f (patch)
tree4c5077bdc9ec8a2c64ed5191ca36aa016eda1edb /test/test6-04.txt
parentbaed04aada7ac8a595e1de142c01c2754debd57e (diff)
downloadparanucker-5bdc7595e7e067625719b001babc34eb56d1383f.tar.gz
paranucker-5bdc7595e7e067625719b001babc34eb56d1383f.tar.bz2
paranucker-5bdc7595e7e067625719b001babc34eb56d1383f.tar.xz
paranucker-5bdc7595e7e067625719b001babc34eb56d1383f.zip
Update test results.
Diffstat (limited to 'test/test6-04.txt')
-rw-r--r--test/test6-04.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test6-04.txt b/test/test6-04.txt
index b29c99a..699e0ac 100644
--- a/test/test6-04.txt
+++ b/test/test6-04.txt
@@ -4,7 +4,7 @@ expr_stmt : a,
convert_expr : a,
modify_expr : a,
test6.c: In function 'void func1(int*)':
-test6.c:12:13: warning: Using variable without check for NULL
+test6.c:12:13: warning: Using parameter 'a' without checking for null pointer
*a = 100;
^
indirect_ref : a,
@@ -90,7 +90,7 @@ expr_stmt : a,
convert_expr : a,
modify_expr : a,
test6.c: In function 'void func5(int*)':
-test6.c:45:13: warning: Using variable without check for NULL
+test6.c:45:13: warning: Using parameter 'a' without checking for null pointer
*a = 600;
^
indirect_ref : a,
@@ -186,7 +186,7 @@ expr_stmt : aptr,
convert_expr : aptr,
modify_expr : aptr,
test6.c: In function 'void func7(int*)':
-test6.c:70:16: warning: Using variable without check for NULL
+test6.c:70:16: warning: Using parameter 'aptr' without checking for null pointer
*aptr = 800;
^
indirect_ref : aptr,