stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/_exception.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/_exception.cpp	Fri Apr 16 16:46:38 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/_exception.cpp	Mon May 03 14:06:43 2010 +0300
@@ -20,6 +20,10 @@
 #include <rw/_defs.h>
 #include<rw/_exception.h>
 
+#ifdef __ARMCC__
+#pragma diag_suppress 940
+#endif
+
  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception () _THROWS (()){}
  
  _RWSTD_EXPORT __rw::__rw_exception::__rw_exception (const __rw_exception& x){}
@@ -34,4 +38,4 @@
  
  _RWSTD_EXPORT    __rw::__rw_exception& __rw::__rw_exception::operator= (const __rw_exception& x) _THROWS (()){}
  
- _RWSTD_EXPORT   __rw::__rw_exception&  __rw::__rw_exception::_C_assign (const char*  , _RWSTD_SIZE_T/*= _RWSTD_SIZE_MAX*/){}
\ No newline at end of file
+ _RWSTD_EXPORT   __rw::__rw_exception&  __rw::__rw_exception::_C_assign (const char*  , _RWSTD_SIZE_T/*= _RWSTD_SIZE_MAX*/){}