summaryrefslogtreecommitdiff
path: root/test/test12-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test12-03.txt')
-rw-r--r--test/test12-03.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test12-03.txt b/test/test12-03.txt
index 2b928de..0dfedbb 100644
--- a/test/test12-03.txt
+++ b/test/test12-03.txt
@@ -382,6 +382,7 @@ modify_expr : ptr1, ptr2,
test12.cpp:30:28: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
^
+test12.cpp:30:28: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -404,6 +405,7 @@ modify_expr : ptr1, ptr2,
test12.cpp:34:28: warning: Using parameter 'ptr2' without checking for null pointer
ptr2->val = 300;
^
+test12.cpp:34:28: warning: Using field 'ptr2' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr2: ptr1, ptr2,