summaryrefslogtreecommitdiff
path: root/test/test07-04.txt
blob: a21efb7cf4fae7b40a5ff7bc8910ba3609c29686 (plain) (blame)
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:22: warning: Using parameter 'sptr' without checking for null pointer
         sptr->num = 0;
                      ^