summaryrefslogtreecommitdiff
path: root/test/test11-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-20 20:57:54 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-20 20:57:54 +0300
commit792ca12e0862a95d6a9bb9e9095d03a7553ba899 (patch)
tree46bc87b62bdaf9ebb7097778ddb383ef2e940ece /test/test11-04.txt
parent55b526b5957de07cea7f89e345fda0277266e485 (diff)
downloadparanucker-792ca12e0862a95d6a9bb9e9095d03a7553ba899.tar.gz
paranucker-792ca12e0862a95d6a9bb9e9095d03a7553ba899.tar.bz2
paranucker-792ca12e0862a95d6a9bb9e9095d03a7553ba899.tar.xz
paranucker-792ca12e0862a95d6a9bb9e9095d03a7553ba899.zip
Add test 11. Update test results.
Diffstat (limited to 'test/test11-04.txt')
-rw-r--r--test/test11-04.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test11-04.txt b/test/test11-04.txt
new file mode 100644
index 0000000..cd4bfc0
--- /dev/null
+++ b/test/test11-04.txt
@@ -0,0 +1,7 @@
+test11.cpp: In member function 'void Object1::func2(Data1*, Data1*)':
+test11.cpp:25:19: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 100;
+ ^
+test11.cpp:29:15: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 200;
+ ^