summaryrefslogtreecommitdiff
path: root/test/test42-05.txt
blob: 12d05d5e8c74cdf84c51c7eb9cf1cbb49df90803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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();
                       ^
test42.cpp: In member function 'void Object1::func9(Data1*) const':
test42.cpp:110:24: warning: Using variable 'val1' without checking for null pointer
         val1->val = 300;
                        ^
test42.cpp:110:24: warning: Using variable 'val1' without checking for null pointer
test42.cpp: In member function 'void Object1::func14(Data1*) const':
test42.cpp:139:23: warning: Using variable 'this->tmp1' without checking for null pointer
         tmp1->getData2()->val = 100;
                       ^