summaryrefslogtreecommitdiff
path: root/test/test42-04.txt
blob: eca7fdcf85e8b7be2413699c229fa18159fa4762 (plain) (blame)
1
2
3
4
5
6
7
8
test42.cpp: In member function 'void Object1::func1(Data1*) const':
test42.cpp:62:24: warning: Using variable 'this->tmp1' without checking for null pointer
         tmp1->val = 100;
                        ^
test42.cpp: In member function 'void Object1::func3(Data1*) const':
test42.cpp:72:25: warning: Using variable 'gptr1' without checking for null pointer
         gptr1->val = 100;
                         ^