stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/stlport_accum.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/stlport_accum.cpp	Fri Apr 16 16:46:38 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/stlport_accum.cpp	Mon May 03 14:06:43 2010 +0300
@@ -115,8 +115,12 @@
     MrtInit();
 #endif
  
+ #ifdef __ARMCC__
+    #pragma diag_suppress 830
+ #endif   
     Cstlport_accum* self = new (ELeave) Cstlport_accum( aTestModuleIf );
 
+
     CleanupStack::PushL( self );
     self->ConstructL();
     CleanupStack::Pop();