summaryrefslogtreecommitdiff
path: root/test/test23-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-25 14:27:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-25 14:27:58 +0300
commite9a001400d638b01e28ba178a82dc2b5ee5c0d5d (patch)
tree3419b083b17f5293010c90dfc7b896abaf6ab570 /test/test23-05.txt
parentc5a2862674d022b1f45ef74da79570620095805c (diff)
downloadparanucker-e9a001400d638b01e28ba178a82dc2b5ee5c0d5d.tar.gz
paranucker-e9a001400d638b01e28ba178a82dc2b5ee5c0d5d.tar.bz2
paranucker-e9a001400d638b01e28ba178a82dc2b5ee5c0d5d.tar.xz
paranucker-e9a001400d638b01e28ba178a82dc2b5ee5c0d5d.zip
Update test 23. Update test results.
Diffstat (limited to 'test/test23-05.txt')
-rw-r--r--test/test23-05.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/test23-05.txt b/test/test23-05.txt
index 4a24c7e..bfd3985 100644
--- a/test/test23-05.txt
+++ b/test/test23-05.txt
@@ -1,8 +1,14 @@
+test23.cpp: In constructor 'Object1::Object1(Data1*)':
+test23.cpp:46:24: warning: Using field 'this->dataptr' without checking for null pointer
+ dataptr->ftest1();
+ ^
+test23.cpp: In constructor 'Object1::Object1(Data1*)':
+test23.cpp:46:24: warning: Using field 'this->dataptr' without checking for null pointer
test23.cpp: In member function 'void Object1::func3(Data1*)':
-test23.cpp:62:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:72:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^
test23.cpp: In member function 'void Object1::func5(Data1*)':
-test23.cpp:80:25: warning: Using parameter 'ptr1' without checking for null pointer
+test23.cpp:90:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();
^