summaryrefslogtreecommitdiff
path: root/test/test25-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test25-05.txt')
-rw-r--r--test/test25-05.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test25-05.txt b/test/test25-05.txt
index 228415f..98f898d 100644
--- a/test/test25-05.txt
+++ b/test/test25-05.txt
@@ -1,3 +1,7 @@
+test25.cpp: In member function 'int Object1::test1(Data1*)':
+test25.cpp:37:9: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1)
+ ^
test25.cpp: In member function 'void Object1::func1(Data1*)':
test25.cpp:45:22: warning: null argument where non-null required (argument 2) [-Wnonnull]
test1(nullptr);