summaryrefslogtreecommitdiff
path: root/test/test23-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-25 00:54:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-25 00:54:04 +0300
commit208e4517bd230b1cab6325fcf6a263e69f38bf51 (patch)
tree02f61daeced43e344b24d6bae509173f574c4139 /test/test23-05.txt
parent02043074e353c0a08808fbd9847fd5ff0d79340b (diff)
downloadparanucker-208e4517bd230b1cab6325fcf6a263e69f38bf51.tar.gz
paranucker-208e4517bd230b1cab6325fcf6a263e69f38bf51.tar.bz2
paranucker-208e4517bd230b1cab6325fcf6a263e69f38bf51.tar.xz
paranucker-208e4517bd230b1cab6325fcf6a263e69f38bf51.zip
Add test 23.
Diffstat (limited to 'test/test23-05.txt')
-rw-r--r--test/test23-05.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test23-05.txt b/test/test23-05.txt
new file mode 100644
index 0000000..4a24c7e
--- /dev/null
+++ b/test/test23-05.txt
@@ -0,0 +1,8 @@
+test23.cpp: In member function 'void Object1::func3(Data1*)':
+test23.cpp:62:25: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->ftest1();
+ ^
+test23.cpp: In member function 'void Object1::func5(Data1*)':
+test23.cpp:80:25: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->ftest1();
+ ^