summaryrefslogtreecommitdiff
path: root/test/test07-04.txt
blob: 418f8d898373e442305d9caa07600c63f440a719 (plain) (blame)
1
2
3
4
5
6
7
8
9
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;
                      ^
test07.cpp:43:22: warning: Using field 'sptr' without checking for null pointer