stdcpp/tsrc/Stdcpp_test/stdcxx/tstapps/localization/src/22.locale.num.put.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/stdcpp/tsrc/Stdcpp_test/stdcxx/tstapps/localization/src/22.locale.num.put.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/stdcxx/tstapps/localization/src/22.locale.num.put.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -51,12 +51,6 @@
 #define LOG_FILENAME_LINE __FILE__, __LINE__
 int failures=0;
 
-
-#ifdef __ARMCC__
-#pragma diag_suppress 61
-#pragma diag_suppress 236
-#endif
-
 /**************************************************************************/
 //#if 0
 // set by the command line option handler in response to:
@@ -3435,13 +3429,8 @@
 
     ios.flags (std::ios_base::fmtflags ());
 
-
 #define Abs(i)   ((i) < 0 ? (-i) : (i))
 
-#ifdef __ARMCC__
-#pragma diag_suppress 47
-#endif
-
 #define ASSERT(T, N, T2, tname, t2name)                              \
     do {                                                             \
         /* number of expected calls to the do_put() member */        \