summaryrefslogtreecommitdiff
path: root/test/test34-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test34-03.txt')
-rw-r--r--test/test34-03.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test34-03.txt b/test/test34-03.txt
index 4039099..0a53d2b 100644
--- a/test/test34-03.txt
+++ b/test/test34-03.txt
@@ -190,6 +190,7 @@ test34.cpp: In member function 'void Object1::func1(Data1*)':
test34.cpp:60:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
^
+test34.cpp:60:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,
@@ -349,6 +350,7 @@ test34.cpp: In member function 'void Object1::func2(Data1*)':
test34.cpp:90:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
^
+test34.cpp:90:24: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1,
indirect_ref : ptr1,
parm_decl ptr1: ptr1,