summaryrefslogtreecommitdiff
path: root/test/test23-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test23-04.txt')
-rw-r--r--test/test23-04.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/test23-04.txt b/test/test23-04.txt
index e26d1b0..87509cc 100644
--- a/test/test23-04.txt
+++ b/test/test23-04.txt
@@ -23,7 +23,10 @@ test23.cpp:117:28: warning: Using parameter 'ptr1' without checking for null poi
test23.cpp:117:23: warning: Using parameter 'ptr1' without checking for null pointer
(ptr1->*fptr2)(ptr1);
^
-test23.cpp: In member function 'void Object1::func9(FuncPtr4, Data1*)':
-test23.cpp:122:13: warning: Using parameter 'ptr2' without checking for null pointer
- ptr1(ptr2);
- ^
+test23.cpp: In member function 'void Object1::func10(Data1*, Data1*)':
+test23.cpp:128:28: warning: Using parameter 'ptr1' without checking for null pointer
+ (ptr1->*fptr2)(ptr2);
+ ^
+test23.cpp:128:23: warning: Using parameter 'ptr1' without checking for null pointer
+ (ptr1->*fptr2)(ptr2);
+ ^