summaryrefslogtreecommitdiff
path: root/test/test7-05.txt
diff options
context:
space:
mode:
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,