summaryrefslogtreecommitdiff
path: root/test/test35-05.txt
blob: dff647645bee7d0d649a76535535a409a36bc1ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
test35.cpp: In member function 'void Object1::func2()':
test35.cpp:54:37: warning: Using variable 'this->tmp1' without checking for null pointer
         Data1 *ptr1 = tmp1->getData3();
                                     ^
test35.cpp: In member function 'void Object1::func3()':
test35.cpp:93:37: warning: Using variable 'this->tmp1' without checking for null pointer
         Data1 *ptr1 = tmp1->getData3();
                                     ^
test35.cpp:127:42: warning: Using variable 'ptr1' without checking for null pointer
             ptr1 = ptr1->ptrval->getData3();
                                          ^