summaryrefslogtreecommitdiff
path: root/test/test34-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-10 01:11:55 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-10 01:11:55 +0300
commit1ae0ec902a7d242c9f6a5cf365190c1592134d53 (patch)
tree3004e8c5ffaff9f1a209fb376fa4905be34b4975 /test/test34-05.txt
parent448b1a6a299033709e2fb585ac4b7f7c29cde919 (diff)
downloadparanucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.tar.gz
paranucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.tar.bz2
paranucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.tar.xz
paranucker-1ae0ec902a7d242c9f6a5cf365190c1592134d53.zip
Add test 34. Update test 31. Update test results.
Diffstat (limited to 'test/test34-05.txt')
-rw-r--r--test/test34-05.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/test34-05.txt b/test/test34-05.txt
new file mode 100644
index 0000000..893f9c3
--- /dev/null
+++ b/test/test34-05.txt
@@ -0,0 +1,16 @@
+test34.cpp: In member function 'void Object1::func1(Data1*)':
+test34.cpp:55:15: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 200;
+ ^
+test34.cpp: In member function 'void Object1::func2(Data1*)':
+test34.cpp:85:15: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 200;
+ ^
+test34.cpp: In member function 'void Object1::func3(Data1*)':
+test34.cpp:97:19: warning: Using parameter 'ptr1' without checking for null pointer
+ if (ptr1->val == 100)
+ ^
+test34.cpp: In member function 'void Object1::func4(Data1*)':
+test34.cpp:133:22: warning: Using parameter 'ptr1' without checking for null pointer
+ while (ptr1->val == 100)
+ ^