diff -r acd3cd4aaceb -r 2efc27d87e1c stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/stlport_vec.cpp --- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/stlport_vec.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/stlport_vec.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -113,12 +113,8 @@ #ifdef LIBC_OLD_BACKEND MrtInit(); #endif - #ifdef __ARMCC__ - #pragma diag_suppress 830 - #endif Cstlport_vec* self = new (ELeave) Cstlport_vec( aTestModuleIf ); - CleanupStack::PushL( self ); self->ConstructL(); CleanupStack::Pop();