summaryrefslogtreecommitdiff
path: root/test/test43-05.txt
diff options
context:
space:
mode:
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];
+ ^