summaryrefslogtreecommitdiff
path: root/test/test42-05.txt
blob: 6d780d166ed4976922219691b07ccbae9a4051ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
test42.cpp: In member function 'void Object1::func1(Data1*) const':
test42.cpp:68: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:78:25: warning: Using variable 'gptr1' without checking for null pointer
         gptr1->val = 100;
                         ^
test42.cpp: In member function 'void Object1::func5(Data1*) const':
test42.cpp:88:23: warning: Using variable 'this->tmp1' without checking for null pointer
         tmp1->getData2();
                       ^