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


                                                       
                                                                     


                                                       
                                                                      

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