summaryrefslogtreecommitdiff
path: root/test/test42-05.txt
blob: f5e48b49799df3eedb5ce1b73c68a9182dfc8401 (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 field 'gptr1' without checking for null pointer
         gptr1->val = 100;
                         ^