summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp')
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp b/TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp
index e05e1274a0a..197e6441dc8 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/XMLSchema/Types.hpp
@@ -14,8 +14,9 @@
* Disabled the warning about using this in the base member initialization section.
* Our use in this file is fine.
*/
-#pragma warning ( disable: 4355 )
-
+#ifdef _MSC_VER
+# pragma warning ( disable: 4355 )
+#endif
namespace XMLSchema
{
typedef XSCRT::FundamentalType<signed char> byte;