diff -r 4332f0f7be53 -r acd3cd4aaceb stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/stlport_ptrbinf.cpp --- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/stlport_ptrbinf.cpp Thu Aug 19 11:33:45 2010 +0300 +++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/stlport_ptrbinf.cpp Tue Aug 31 16:54:36 2010 +0300 @@ -113,8 +113,12 @@ #ifdef LIBC_OLD_BACKEND MrtInit(); #endif + #ifdef __ARMCC__ + #pragma diag_suppress 830 + #endif Cstlport_ptrbinf* self = new (ELeave) Cstlport_ptrbinf( aTestModuleIf ); + CleanupStack::PushL( self ); self->ConstructL(); CleanupStack::Pop();