summaryrefslogblamecommitdiff
path: root/test/test38-04.txt
blob: 44188827e50616ff0513f53c2f3e7f229c6f53f6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                        
test38.cpp: In member function 'void Object1::func3()':
test38.cpp:182:14: warning: Useless variable check 'ptr1'. It already was checked before
         if (!ptr1)
              ^
test38.cpp: In member function 'void Object1::func4()':
test38.cpp:297:14: warning: Useless variable check 'ptr1'. It already was checked before
         if (!ptr1)
              ^
test38.cpp: In member function 'void Object1::func5()':
test38.cpp:412:14: warning: Useless variable check 'ptr1'. It already was checked before
         if (!ptr1)
              ^
test38.cpp:477:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1)
                  ^