summaryrefslogtreecommitdiff
path: root/test/test31-05.txt
blob: 37e2072d88bd3747b2dce45e078ef249a66e18a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
test31.cpp: In member function 'void Object1::func3(Data1*)':
test31.cpp:100:13: warning: Useless variable check 'this->tmp1'. It already was checked before
             if (tmp1)
             ^
test31.cpp: In member function 'void Object1::func7(Data1*)':
test31.cpp:246:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1)
                  ^
test31.cpp:285:13: warning: Useless variable check 'this->tmp1'. It already was checked before
             if (tmp1)
             ^