summaryrefslogtreecommitdiff
path: root/test/test43-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-06 17:08:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-06 17:08:38 +0300
commitf91cfd225fdd0a5d2d6bbabf3fadad11205a66e5 (patch)
treee5ea4ffe18b880b3d79f2ea38d17afe2601b74cc /test/test43-05.txt
parent55d9267b23914ee282b0b81c54a6ffd5f408da81 (diff)
downloadparanucker-f91cfd225fdd0a5d2d6bbabf3fadad11205a66e5.tar.gz
paranucker-f91cfd225fdd0a5d2d6bbabf3fadad11205a66e5.tar.bz2
paranucker-f91cfd225fdd0a5d2d6bbabf3fadad11205a66e5.tar.xz
paranucker-f91cfd225fdd0a5d2d6bbabf3fadad11205a66e5.zip
Add test 43.
Diffstat (limited to 'test/test43-05.txt')
-rw-r--r--test/test43-05.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test43-05.txt b/test/test43-05.txt
new file mode 100644
index 0000000..4e97063
--- /dev/null
+++ b/test/test43-05.txt
@@ -0,0 +1,4 @@
+test43.cpp: In member function 'Data1* Object1::func3(Data1*) const':
+test43.cpp:82:23: warning: Using variable 'this->tmp1' without checking for null pointer
+ return &tmp1[1];
+ ^