summaryrefslogtreecommitdiff
path: root/test/test34-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test34-05.txt')
-rw-r--r--test/test34-05.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test34-05.txt b/test/test34-05.txt
index 13d53a4..c552a90 100644
--- a/test/test34-05.txt
+++ b/test/test34-05.txt
@@ -1,24 +1,24 @@
test34.cpp: In member function 'void Object1::func1(Data1*)':
-test34.cpp:60:24: warning: Using parameter 'ptr1' without checking for null pointer
+test34.cpp:60:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 200;
^
-test34.cpp:60:24: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:60:24: warning: Using variable 'ptr1' without checking for null pointer
test34.cpp: In member function 'void Object1::func2(Data1*)':
-test34.cpp:90:24: warning: Using parameter 'ptr1' without checking for null pointer
+test34.cpp:90:24: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 200;
^
-test34.cpp:90:24: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:90:24: warning: Using variable 'ptr1' without checking for null pointer
test34.cpp: In member function 'void Object1::func3(Data1*)':
-test34.cpp:102:23: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:102:23: warning: Using variable 'ptr1' without checking for null pointer
if (ptr1->val == 100)
^
test34.cpp: In member function 'void Object1::func4(Data1*)':
-test34.cpp:138:26: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:138:26: warning: Using variable 'ptr1' without checking for null pointer
while (ptr1->val == 100)
^
-test34.cpp:138:26: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:138:26: warning: Using variable 'ptr1' without checking for null pointer
test34.cpp: In member function 'void Object1::func6(Data1*)':
-test34.cpp:225:26: warning: Using field 'ptr1' without checking for null pointer
+test34.cpp:225:26: warning: Using variable 'ptr1' without checking for null pointer
while (ptr1->val == 100)
^
test34.cpp: In member function 'void Object1::func7(Data1*)':