summaryrefslogtreecommitdiff
path: root/test/test27-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-30 18:12:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-30 18:12:25 +0300
commit1dd80bd16c02f5ab27cee82eb2d2ce5d55fe7fa6 (patch)
treef7c7ddd2294f1e3a273048779f21c0104cfcae72 /test/test27-04.txt
parent125bcd31bd8b7e341bad7820331f65eb7cb91d0d (diff)
downloadparanucker-1dd80bd16c02f5ab27cee82eb2d2ce5d55fe7fa6.tar.gz
paranucker-1dd80bd16c02f5ab27cee82eb2d2ce5d55fe7fa6.tar.bz2
paranucker-1dd80bd16c02f5ab27cee82eb2d2ce5d55fe7fa6.tar.xz
paranucker-1dd80bd16c02f5ab27cee82eb2d2ce5d55fe7fa6.zip
Add test 27.
Diffstat (limited to 'test/test27-04.txt')
-rw-r--r--test/test27-04.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/test27-04.txt b/test/test27-04.txt
new file mode 100644
index 0000000..384a4d4
--- /dev/null
+++ b/test/test27-04.txt
@@ -0,0 +1,32 @@
+test27.cpp: In member function 'void Object1::func1(Data1*)':
+test27.cpp:53:19: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 300;
+ ^
+test27.cpp:54:19: warning: Using field 'this->tmp1' without checking for null pointer
+ tmp1->val = 400;
+ ^
+test27.cpp:56:15: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 500;
+ ^
+test27.cpp:57:15: warning: Using field 'this->tmp1' without checking for null pointer
+ tmp1->val = 600;
+ ^
+test27.cpp: In member function 'void Object1::func2(Data1*)':
+test27.cpp:72:19: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 400;
+ ^
+test27.cpp:73:19: warning: Using field 'this->tmp1' without checking for null pointer
+ tmp1->val = 500;
+ ^
+test27.cpp:74:19: warning: Using field 'this->tmp2' without checking for null pointer
+ tmp2->val = 600;
+ ^
+test27.cpp:76:15: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 700;
+ ^
+test27.cpp:77:15: warning: Using field 'this->tmp1' without checking for null pointer
+ tmp1->val = 800;
+ ^
+test27.cpp:78:15: warning: Using field 'this->tmp2' without checking for null pointer
+ tmp2->val = 900;
+ ^