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