summaryrefslogblamecommitdiff
path: root/test/test36-05.txt
blob: 111819c8b16e5388edabfe432b5b4f56b58c3008 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                       
                                                                     


                                                       
                                                                     


                                                       
                                                                     

                                 
test36.cpp: In member function 'void Object1::func1()':
test36.cpp:50:16: warning: unused variable 'ptr1' [-Wunused-variable]
         Data1 *ptr1 = new Data1;
                ^
test36.cpp: In member function 'void Object1::func2()':
test36.cpp:65:16: warning: unused variable 'ptr1' [-Wunused-variable]
         Data1 *ptr1 = new Data1[10];
                ^
test36.cpp: In member function 'void Object1::func3()':
test36.cpp:80:14: warning: unused variable 'ptr1' [-Wunused-variable]
         int *ptr1 = new int[10];
              ^