summaryrefslogtreecommitdiff
path: root/test/test22-05.txt
blob: 4304daedddd7df9c3f6bdb43f0115d5123af6782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
test22.cpp: In member function 'int Object1::func2(Data1*)':
test22.cpp:45:28: warning: Using parameter 'ptr1' without checking for null pointer
         Data1* ptr2 = ptr1 + 1;
                            ^
test22.cpp: In member function 'int Object1::func3(Data1*)':
test22.cpp:50:17: warning: Using parameter 'ptr1' without checking for null pointer
         Data1** ptr2 = &ptr1;
                 ^
test22.cpp: In member function 'void Object1::func4(Data1*)':
test22.cpp:56:25: warning: Using parameter 'ptr1' without checking for null pointer
         if (ptr1->ftest1() == 100)
                         ^