summaryrefslogtreecommitdiff
path: root/test/test23-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-23 02:14:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-23 02:14:56 +0300
commitd6989382bcfae2c2d822cfc3ea7bebfeef77d5e6 (patch)
tree35d9a04babea397a87554f9ecad99eae6c6a6c3d /test/test23-05.txt
parenteff039b810786f96ed8f0bade95ff07a7c4e15dd (diff)
downloadparanucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.gz
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.bz2
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.xz
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.zip
Update test 26, 35, 39. Update test results.
Diffstat (limited to 'test/test23-05.txt')
-rw-r--r--test/test23-05.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test23-05.txt b/test/test23-05.txt
index 39e36f4..5ac2ccc 100644
--- a/test/test23-05.txt
+++ b/test/test23-05.txt
@@ -1,9 +1,9 @@
test23.cpp: In constructor 'Object1::Object1(Data1*)':
-test23.cpp:55:24: warning: Using field 'this->dataptr' without checking for null pointer
+test23.cpp:55:24: warning: Using variable 'this->dataptr' without checking for null pointer
dataptr->ftest1();
^
test23.cpp: In constructor 'Object1::Object1(Data1*)':
-test23.cpp:55:24: warning: Using field 'this->dataptr' without checking for null pointer
+test23.cpp:55:24: warning: Using variable 'this->dataptr' without checking for null pointer
test23.cpp: In member function 'void Object1::func3(Data1*)':
test23.cpp:81:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ftest1();