summaryrefslogblamecommitdiff
path: root/test/test07-04.txt
blob: 4585608ed04f5be84074c2ff745ca3a6873ea056 (plain) (tree)
1
2
3
4
5
6
7
8







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