summaryrefslogtreecommitdiff
path: root/test/test39-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test39-03.txt')
-rw-r--r--test/test39-03.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test39-03.txt b/test/test39-03.txt
index adc591b..8e8c196 100644
--- a/test/test39-03.txt
+++ b/test/test39-03.txt
@@ -372,6 +372,7 @@ test39.cpp: In member function 'void Object1::func1(Data1*) const':
test39.cpp:63:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test39.cpp:63:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -439,6 +440,7 @@ modify_expr : ptr1,
test39.cpp:73:22: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 0;
^
+test39.cpp:73:22: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,