summaryrefslogblamecommitdiff
path: root/test/test7-04.txt
blob: 35c4064c34e6396d69188fec5633c6cafa5e0b4b (plain) (tree)
1
2
3
4
5
6
7
8
                                                          
                                                                                  

                   
                                                              
                                                                                  

                       
test7.cpp: In member function 'void Object1::func2(int*)':
test7.cpp:27:18: warning: Using parameter 'aptr' without checking for null pointer
         *aptr = 0;
                  ^
test7.cpp: In member function 'void Object1::func5(Struct1*)':
test7.cpp:43:15: warning: Using parameter 'sptr' without checking for null pointer
         sptr->num = 0;
               ^