stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/stlport_parsrt.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_parsrt* self = new (ELeave) Cstlport_parsrt( aTestModuleIf );
   121     Cstlport_parsrt* self = new (ELeave) Cstlport_parsrt( aTestModuleIf );
   119 
   122 
       
   123     
   120     CleanupStack::PushL( self );
   124     CleanupStack::PushL( self );
   121     self->ConstructL();
   125     self->ConstructL();
   122     CleanupStack::Pop();
   126     CleanupStack::Pop();
   123 
   127 
   124     return self;
   128     return self;