stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/cmdopt.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/cmdopt.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/cmdopt.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -29,11 +29,6 @@
 #include <stdlib.h>   // for atexit, free, malloc
 #include <string.h>   // for memcpy, strcpy, strcmp, ...
 
-#ifdef __ARMCC__
-#pragma diag_suppress 61
-#pragma diag_suppress 63
-#endif
-
 #ifndef EINVAL
 #  define EINVAL   22   /* e.g., HP-UX, Linux, Solaris */
 #endif   // EINVAL