stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bitset/src/stlport_bitset.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
   111     CTestModuleIf& aTestModuleIf )
   111     CTestModuleIf& aTestModuleIf )
   112     {
   112     {
   113 #ifdef LIBC_OLD_BACKEND
   113 #ifdef LIBC_OLD_BACKEND
   114     MrtInit();
   114     MrtInit();
   115 #endif
   115 #endif
   116  #ifdef __ARMCC__
       
   117     #pragma diag_suppress 830
       
   118  #endif   
       
   119     Cstlport_bitset* self = new (ELeave) Cstlport_bitset( aTestModuleIf );
   116     Cstlport_bitset* self = new (ELeave) Cstlport_bitset( aTestModuleIf );
   120 
   117 
   121     CleanupStack::PushL( self );
   118     CleanupStack::PushL( self );
   122     self->ConstructL();
   119     self->ConstructL();
   123     CleanupStack::Pop();
   120     CleanupStack::Pop();