summaryrefslogtreecommitdiff
path: root/test/test07-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test07-05.txt')
-rw-r--r--test/test07-05.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test07-05.txt b/test/test07-05.txt
index 31d04e3..325dd99 100644
--- a/test/test07-05.txt
+++ b/test/test07-05.txt
@@ -9326,7 +9326,7 @@ expr_stmt : aptr,
convert_expr : aptr,
modify_expr : aptr,
test07.cpp: In member function 'void Object1::func2(int*)':
-test07.cpp:27:18: warning: Using parameter 'aptr' without checking for null pointer
+test07.cpp:27:18: warning: Using variable 'aptr' without checking for null pointer
*aptr = 0;
^
indirect_ref : aptr,
@@ -9392,10 +9392,10 @@ expr_stmt : sptr,
convert_expr : sptr,
modify_expr : sptr,
test07.cpp: In member function 'void Object1::func5(Struct1*)':
-test07.cpp:43:22: warning: Using parameter 'sptr' without checking for null pointer
+test07.cpp:43:22: warning: Using variable 'sptr' without checking for null pointer
sptr->num = 0;
^
-test07.cpp:43:22: warning: Using field 'sptr' without checking for null pointer
+test07.cpp:43:22: warning: Using variable 'sptr' without checking for null pointer
component_ref : sptr,
indirect_ref : sptr,
parm_decl sptr: sptr,