summaryrefslogtreecommitdiff
path: root/test/test18-03.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-04 22:36:16 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-04 22:36:16 +0300
commitb69cea0e182525f1b89503291ccdfd132fa3cddb (patch)
treeb8a6d2c3e960836a28faa9be60277c3d4fef431d /test/test18-03.txt
parent1ee65000ea0b3d201ff1612c219e0ad8806b688a (diff)
downloadparanucker-b69cea0e182525f1b89503291ccdfd132fa3cddb.tar.gz
paranucker-b69cea0e182525f1b89503291ccdfd132fa3cddb.tar.bz2
paranucker-b69cea0e182525f1b89503291ccdfd132fa3cddb.tar.xz
paranucker-b69cea0e182525f1b89503291ccdfd132fa3cddb.zip
Update test 42. Update test results.
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,