summaryrefslogtreecommitdiff
path: root/test/test18-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test18-03.txt')
-rw-r--r--test/test18-03.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test18-03.txt b/test/test18-03.txt
index 9573ffd..92b8026 100644
--- a/test/test18-03.txt
+++ b/test/test18-03.txt
@@ -114,10 +114,10 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test18.cpp: In function 'int func3(Data1*, Data1*)':
-test18.cpp:28:20: warning: Using parameter 'ptr1' without checking for null pointer
+test18.cpp:28:20: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test18.cpp:28:20: warning: Using field 'ptr1' without checking for null pointer
+test18.cpp:28:20: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -171,10 +171,10 @@ expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test18.cpp: In function 'void func4(Data1*, Data1*)':
-test18.cpp:40:20: warning: Using parameter 'ptr1' without checking for null pointer
+test18.cpp:40:20: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test18.cpp:40:20: warning: Using field 'ptr1' without checking for null pointer
+test18.cpp:40:20: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,