diff -r 47c74d1534e1 -r ddc455616bd6 stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/_exception.cpp --- 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 #include +#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*/){}