stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/valcmp.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/valcmp.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/valcmp.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -711,11 +711,7 @@
 {
 #if _RWSTD_SHRT_SIZE == _RWSTD_INT_SIZE
     typedef short IntT;
-    #ifdef __ARMCC__
-    #pragma diag_suppress 68
-    #endif
     const IntT imin = _RWSTD_SHRT_MIN;
-    
 #elif _RWSTD_FLT_SIZE == _RWSTD_INT_SIZE
     typedef int IntT;
     const IntT imin = _RWSTD_INT_MIN;
@@ -816,13 +812,8 @@
     if (sizeof (long double) == sizeof (double))
         return rw_dblcmp (double (x), double (y));
 
-    #ifdef __ARMCC__
-    #pragma diag_suppress 111
-    #endif
     if (x == y)
         return 0;
-    
-    
 
     // FIXME: use integer math as in the functions above
 
@@ -926,3 +917,6 @@
 
 
  #endif
+ 
+
+ 
\ No newline at end of file