summaryrefslogtreecommitdiff
path: root/test/test22-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test22-04.txt')
-rw-r--r--test/test22-04.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/test22-04.txt b/test/test22-04.txt
index a56fd28..cf9f022 100644
--- a/test/test22-04.txt
+++ b/test/test22-04.txt
@@ -1,21 +1,21 @@
test22.cpp: In member function 'int Object1::func2(Data1*)':
-test22.cpp:45:28: warning: Using parameter 'ptr1' without checking for null pointer
+test22.cpp:45:28: warning: Using variable 'ptr1' without checking for null pointer
Data1* ptr2 = ptr1 + 1;
^
-test22.cpp:45:28: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:45:28: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:45:28: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:45:28: warning: Using parameter 'ptr1' without checking for null pointer
+test22.cpp:45:28: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:45:28: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:45:28: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:45:28: warning: Using variable 'ptr1' without checking for null pointer
test22.cpp: In member function 'int Object1::func3(Data1*)':
-test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
+test22.cpp:50:17: warning: Using variable 'ptr1' without checking for null pointer
Data1** ptr2 = &ptr1;
^
-test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
-test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
+test22.cpp:50:17: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:50:17: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:50:17: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:50:17: warning: Using variable 'ptr1' without checking for null pointer
+test22.cpp:50:17: warning: Using variable 'ptr1' without checking for null pointer
test22.cpp: In member function 'void Object1::func4(Data1*)':
-test22.cpp:56:25: warning: Using parameter 'ptr1' without checking for null pointer
+test22.cpp:56:25: warning: Using variable 'ptr1' without checking for null pointer
if (ptr1->ftest1() == 100)
^