summaryrefslogtreecommitdiff
path: root/test/test34-05.txt
blob: 893f9c393426b16f799b1e6e8dc93b143716d300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test34.cpp: In member function 'void Object1::func1(Data1*)':
test34.cpp:55:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 200;
               ^
test34.cpp: In member function 'void Object1::func2(Data1*)':
test34.cpp:85:15: warning: Using parameter 'ptr1' without checking for null pointer
         ptr1->val = 200;
               ^
test34.cpp: In member function 'void Object1::func3(Data1*)':
test34.cpp:97:19: warning: Using parameter 'ptr1' without checking for null pointer
         if (ptr1->val == 100)
                   ^
test34.cpp: In member function 'void Object1::func4(Data1*)':
test34.cpp:133:22: warning: Using parameter 'ptr1' without checking for null pointer
         while (ptr1->val == 100)
                      ^