summaryrefslogtreecommitdiff
path: root/test/test23-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-23 17:03:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-23 17:03:41 +0300
commit555abab2c686a3d2387e078af2ad67f5d96b3f34 (patch)
treef544b55c0f0f9a75d4cf4fec7bc115a0d7c1fc75 /test/test23-05.txt
parent1758b24586ca856479ebc33b6c77955744e96034 (diff)
downloadparanucker-555abab2c686a3d2387e078af2ad67f5d96b3f34.tar.gz
paranucker-555abab2c686a3d2387e078af2ad67f5d96b3f34.tar.bz2
paranucker-555abab2c686a3d2387e078af2ad67f5d96b3f34.tar.xz
paranucker-555abab2c686a3d2387e078af2ad67f5d96b3f34.zip
Update test results.
Diffstat (limited to 'test/test23-05.txt')
-rw-r--r--test/test23-05.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test23-05.txt b/test/test23-05.txt
index 5ac2ccc..e26d1b0 100644
--- a/test/test23-05.txt
+++ b/test/test23-05.txt
@@ -23,3 +23,7 @@ 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);
+ ^