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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test18-03.txt b/test/test18-03.txt
index 8a28859..9573ffd 100644
--- a/test/test18-03.txt
+++ b/test/test18-03.txt
@@ -117,6 +117,7 @@ test18.cpp: In function 'int func3(Data1*, Data1*)':
test18.cpp:28:20: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test18.cpp:28:20: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -173,6 +174,7 @@ test18.cpp: In function 'void func4(Data1*, Data1*)':
test18.cpp:40:20: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test18.cpp:40:20: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,