summaryrefslogtreecommitdiff
path: root/test/test07-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-04 22:39:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-04 22:39:10 +0300
commitc0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd (patch)
tree39dc709ba8b62b3f11a6647b760ff6bd2088061e /test/test07-04.txt
parent92447d4e21edce67f88dbaded77fcc5d6f4f639e (diff)
downloadparanucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.tar.gz
paranucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.tar.bz2
paranucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.tar.xz
paranucker-c0cb5d5dc46ac373e4de967d6a3f61b7da5e68cd.zip
Update test results.
Diffstat (limited to 'test/test07-04.txt')
-rw-r--r--test/test07-04.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test07-04.txt b/test/test07-04.txt
index 418f8d8..68463a8 100644
--- a/test/test07-04.txt
+++ b/test/test07-04.txt
@@ -1,9 +1,9 @@
test07.cpp: In member function 'void Object1::func2(int*)':
-test07.cpp:27:18: warning: Using parameter 'aptr' without checking for null pointer
+test07.cpp:27:18: warning: Using variable 'aptr' without checking for null pointer
*aptr = 0;
^
test07.cpp: In member function 'void Object1::func5(Struct1*)':
-test07.cpp:43:22: warning: Using parameter 'sptr' without checking for null pointer
+test07.cpp:43:22: warning: Using variable 'sptr' without checking for null pointer
sptr->num = 0;
^
-test07.cpp:43:22: warning: Using field 'sptr' without checking for null pointer
+test07.cpp:43:22: warning: Using variable 'sptr' without checking for null pointer