summaryrefslogtreecommitdiff
path: root/test/test29-04.txt
blob: d6ae4d97561378ae237a601751d0c12d9fdeba0c (plain) (blame)
1
2
3
4
5
6
7
8
test29.cpp: In member function 'void Object1::func13(int*)':
test29.cpp:344:28: warning: Useless variable check 'ptr1'. It already was checked before
         if ((ptr1 || ptr1) && ptr1)
                            ^
test29.cpp: In member function 'void Object1::func14(int*)':
test29.cpp:369:19: warning: Useless variable check 'ptr1'. It already was checked before
         if ((ptr1 && ptr1) || ptr1)
                   ^