summaryrefslogtreecommitdiff
path: root/test/test8-04.txt
blob: d4ae0380153c871b9b832767cf7cf498ac2fefd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
test8.cpp: In member function 'void Object1::func2(int*)':
test8.cpp:20:20: warning: Using parameter 'ptr2' without checking for null pointer
         *ptr2 = 200;
                    ^
test8.cpp: In member function 'void Object1::func3(int*)':
test8.cpp:28:20: warning: Using parameter 'ptr3' without checking for null pointer
         *ptr3 = 300;
                    ^
test8.cpp: In member function 'void Object1::func6(int*)':
test8.cpp:59:20: warning: Using parameter 'ptr6' without checking for null pointer
         *ptr6 = 600;
                    ^