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