summaryrefslogtreecommitdiff
path: root/test/test31-05.txt
blob: 0ddca050f0dacd46d18e991cc94b0402c2bc448f (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:243:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1)
                  ^
test31.cpp:274:13: warning: Useless variable check 'this->tmp1'. It already was checked before
             if (tmp1)
             ^