summaryrefslogtreecommitdiff
path: root/test/test7-05.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/test7-05.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/test7-05.txt')
-rw-r--r--test/test7-05.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test7-05.txt b/test/test7-05.txt
index 2502176..39993ef 100644
--- a/test/test7-05.txt
+++ b/test/test7-05.txt
@@ -2949,7 +2949,7 @@ expr_stmt : aptr, this,
convert_expr : aptr, this,
modify_expr : aptr, this,
test7.cpp: In member function 'void Object1::func2(int*)':
-test7.cpp:24:18: warning: Using variable without check for NULL
+test7.cpp:24:18: warning: Using parameter 'aptr' without checking for null pointer
*aptr = 0;
^
indirect_ref : aptr, this,
@@ -3004,7 +3004,7 @@ convert_expr : sptr, this,
modify_expr : sptr, this,
component_ref : sptr, this,
test7.cpp: In member function 'void Object1::func5(Struct1*)':
-test7.cpp:40:15: warning: Using variable without check for NULL
+test7.cpp:40:15: warning: Using parameter 'sptr' without checking for null pointer
sptr->num = 0;
^
indirect_ref : sptr, this,