summaryrefslogtreecommitdiff
path: root/test/test9-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-19 14:40:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-19 16:11:25 +0300
commitcfeea49b5c533fe7fe4dace22f68f63cbe8403e3 (patch)
tree07b41934066a4cb9d171997d33eb40ed496670f0 /test/test9-04.txt
parentf1c09fc39c4f5b98061712ec78c650a1b0d918ec (diff)
downloadparanucker-cfeea49b5c533fe7fe4dace22f68f63cbe8403e3.tar.gz
paranucker-cfeea49b5c533fe7fe4dace22f68f63cbe8403e3.tar.bz2
paranucker-cfeea49b5c533fe7fe4dace22f68f63cbe8403e3.tar.xz
paranucker-cfeea49b5c533fe7fe4dace22f68f63cbe8403e3.zip
Update test9.
Diffstat (limited to 'test/test9-04.txt')
-rw-r--r--test/test9-04.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/test9-04.txt b/test/test9-04.txt
index f4a465f..a5f2775 100644
--- a/test/test9-04.txt
+++ b/test/test9-04.txt
@@ -50,3 +50,30 @@ test9.cpp:124:20: warning: Using parameter 'ptr1' without checking for null poin
test9.cpp:125:20: warning: Using parameter 'ptr2' without checking for null pointer
*ptr2 = 300;
^
+test9.cpp: In member function 'void Object1::func10(int*, int*)':
+test9.cpp:139:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:140:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func11(int*, int*)':
+test9.cpp:148:24: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 100;
+ ^
+test9.cpp:151:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:152:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func12(int*, int*)':
+test9.cpp:159:24: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 100;
+ ^
+test9.cpp:166:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:167:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^