diff -r acd3cd4aaceb -r 2efc27d87e1c stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/stlport_find.cpp --- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/stlport_find.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/stlport_find.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_find* self = new (ELeave) Cstlport_find( aTestModuleIf ); - CleanupStack::PushL( self ); self->ConstructL(); CleanupStack::Pop();