summaryrefslogtreecommitdiff
path: root/test/test14-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-04 22:39:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-04 22:39:10 +0300
commitc0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd (patch)
tree39dc709ba8b62b3f11a6647b760ff6bd2088061e /test/test14-04.txt
parent92447d4e21edce67f88dbaded77fcc5d6f4f639e (diff)
downloadparanucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.tar.gz
paranucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.tar.bz2
paranucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.tar.xz
paranucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.zip
Update test results.
Diffstat (limited to 'test/test14-04.txt')
-rw-r--r--test/test14-04.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test14-04.txt b/test/test14-04.txt
index 74fcf5c..96b1c2a 100644
--- a/test/test14-04.txt
+++ b/test/test14-04.txt
@@ -2,7 +2,7 @@ function_decl func1:
bind_expr : a,
modify_expr : a,
test14.c: In function 'func1':
-test14.c:12:8: warning: Using parameter 'a' without checking for null pointer
+test14.c:12:8: warning: Using variable 'a' without checking for null pointer
*a = 100;
^
indirect_ref : a,
@@ -125,7 +125,7 @@ integer_cst 64:
integer_cst 500:
modify_expr : a,
test14.c: In function 'func5':
-test14.c:45:8: warning: Using parameter 'a' without checking for null pointer
+test14.c:45:8: warning: Using variable 'a' without checking for null pointer
*a = 600;
^
indirect_ref : a,
@@ -252,7 +252,7 @@ integer_cst -2147483648: aptr,
integer_cst 2147483647: aptr,
modify_expr : aptr,
test14.c: In function 'func7':
-test14.c:70:11: warning: Using parameter 'aptr' without checking for null pointer
+test14.c:70:11: warning: Using variable 'aptr' without checking for null pointer
*aptr = 800;
^
indirect_ref : aptr,