summaryrefslogtreecommitdiff
path: root/test/test28-04.txt
blob: ca36aada469bd5dbcf83a9604526d6ac009c1827 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
test28.cpp: In member function 'void Object1::func9(Data1*)':
test28.cpp:182:13: warning: Useless variable check 'ptr1'. It already was checked before
             if (ptr1)
             ^
test28.cpp:193:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1)
                  ^
test28.cpp:218:18: warning: Useless variable check 'ptr1'. It already was checked before
             if (!ptr1)
                  ^