stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/stlport_accum.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   113     {
   113     {
   114  #ifdef LIBC_OLD_BACKEND
   114  #ifdef LIBC_OLD_BACKEND
   115     MrtInit();
   115     MrtInit();
   116 #endif
   116 #endif
   117  
   117  
       
   118  #ifdef __ARMCC__
       
   119     #pragma diag_suppress 830
       
   120  #endif   
   118     Cstlport_accum* self = new (ELeave) Cstlport_accum( aTestModuleIf );
   121     Cstlport_accum* self = new (ELeave) Cstlport_accum( aTestModuleIf );
       
   122 
   119 
   123 
   120     CleanupStack::PushL( self );
   124     CleanupStack::PushL( self );
   121     self->ConstructL();
   125     self->ConstructL();
   122     CleanupStack::Pop();
   126     CleanupStack::Pop();
   123 
   127