summaryrefslogtreecommitdiff
path: root/test/test22-04.txt
blob: ef5718d589bede3c3131793ad85e6fcb1fc62ca3 (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:42: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:47:17: warning: Using parameter 'ptr1' without checking for null pointer
         Data1** ptr2 = &ptr1;
                 ^
test22.cpp: In member function 'void Object1::func4(Data1*)':
test22.cpp:53:25: warning: Using parameter 'ptr1' without checking for null pointer
         if (ptr1->ftest1() == 100)
                         ^