summaryrefslogtreecommitdiff
path: root/test/test25-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-27 21:35:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-27 21:35:10 +0300
commitd4b20cc2bab70016ba7ba40bab8937ab680ef7b8 (patch)
tree22a23e3ad0805d9b34ac40460cccb055b1eed4c3 /test/test25-05.txt
parent9c00ff5fb9dd608a8b939196bbdbae098eba36af (diff)
downloadparanucker-d4b20cc2bab70016ba7ba40bab8937ab680ef7b8.tar.gz
paranucker-d4b20cc2bab70016ba7ba40bab8937ab680ef7b8.tar.bz2
paranucker-d4b20cc2bab70016ba7ba40bab8937ab680ef7b8.tar.xz
paranucker-d4b20cc2bab70016ba7ba40bab8937ab680ef7b8.zip
Update test 25. Update test results.
Diffstat (limited to 'test/test25-05.txt')
-rw-r--r--test/test25-05.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test25-05.txt b/test/test25-05.txt
index 83c663a..228415f 100644
--- a/test/test25-05.txt
+++ b/test/test25-05.txt
@@ -1,8 +1,8 @@
test25.cpp: In member function 'void Object1::func1(Data1*)':
-test25.cpp:43:22: warning: null argument where non-null required (argument 2) [-Wnonnull]
+test25.cpp:45:22: warning: null argument where non-null required (argument 2) [-Wnonnull]
test1(nullptr);
^
test25.cpp: In member function 'void Object1::func2(Data1*)':
-test25.cpp:48:14: warning: warning: possible null argument 'ptr1' where non-null required
+test25.cpp:50:14: warning: warning: possible null argument 'ptr1' where non-null required
test1(ptr1);
^