summaryrefslogtreecommitdiff
path: root/test/test23-05.txt
blob: 4a24c7e82ed90773ea5be0f9a3793b3f77494a98 (plain) (blame)
1
2
3
4
5
6
7
8
test23.cpp: In member function 'void Object1::func3(Data1*)':
test23.cpp:62:25: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->ftest1();
                         ^
test23.cpp: In member function 'void Object1::func5(Data1*)':
test23.cpp:80:25: warning: Using parameter 'ptr1' without checking for null pointer
             ptr1->ftest1();
                         ^