summaryrefslogtreecommitdiff
path: root/test/test07-04.txt
blob: 68463a86da16045c2968a54e6a7b1bf55d81f448 (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 variable 'aptr' without checking for null pointer
         *aptr = 0;
                  ^
test07.cpp: In member function 'void Object1::func5(Struct1*)':
test07.cpp:43:22: warning: Using variable 'sptr' without checking for null pointer
         sptr->num = 0;
                      ^
test07.cpp:43:22: warning: Using variable 'sptr' without checking for null pointer