summaryrefslogtreecommitdiff
path: root/test/test23-05.txt
diff options
context:
space:
mode:
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();