summaryrefslogtreecommitdiff
path: root/test/test26-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test26-05.txt')
-rw-r--r--test/test26-05.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test26-05.txt b/test/test26-05.txt
index cf7a782..7c50d2a 100644
--- a/test/test26-05.txt
+++ b/test/test26-05.txt
@@ -6,10 +6,6 @@ test26.cpp: In member function 'void Object1::func2(Data1*)':
test26.cpp:57:18: warning: Useless variable check 'ptr1'. It already was checked before
if (!ptr1 && k == 1)
^
-test26.cpp: In static member function 'static void Object1::func5(Data2*)':
-test26.cpp:85:16: warning: Using variable 'ptr1->_vptr.Data2' without checking for null pointer
- delete ptr1;
- ^
test26.cpp: In member function 'void Object1::func6(Data1*)':
test26.cpp:103:18: warning: Useless variable check 'ptr1'. It already was checked before
if (!ptr1 && k == 4)