summaryrefslogblamecommitdiff
path: root/test/test25-04.txt
blob: 139cd1e16161e0ee343d2fe8e5c37691ed5e629f (plain) (tree)
1
2
3
4
5
6
7
8



                                                                                      
                                                             
                                                                                         

                     
test25.cpp: In member function 'int Object1::test1(Data1*)':
test25.cpp:37:9: warning: Useless variable check 'ptr1'. It already was checked before
         if (ptr1)
         ^
test25.cpp: In member function 'void Object1::func2(Data1*)':
test25.cpp:50:14: warning: warning: possible null argument 'ptr1' where non-null required
         test1(ptr1);
              ^