[openrtm-commit:02396] r2928 - trunk/OpenRTM-aist/src/lib/coil/common

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 7日 (火) 12:40:06 JST


Author: miyamoto
Date: 2017-02-07 12:40:06 +0900 (Tue, 07 Feb 2017)
New Revision: 2928

Modified:
   trunk/OpenRTM-aist/src/lib/coil/common/Factory.h
Log:
[compat] refs #3901

Modified: trunk/OpenRTM-aist/src/lib/coil/common/Factory.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/common/Factory.h	2017-02-07 03:39:29 UTC (rev 2927)
+++ trunk/OpenRTM-aist/src/lib/coil/common/Factory.h	2017-02-07 03:40:06 UTC (rev 2928)
@@ -41,6 +41,10 @@
 #   define EXTERN
 #endif /* Windows */
 
+#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
+#pragma warning( push )
+#pragma warning( disable : 4251 )
+#endif
 
 namespace coil
 {
@@ -623,4 +627,10 @@
   };
 
 }; // namespace coil
+
+
+#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
+#pragma warning( pop )
+#endif
+
 #endif // COIL_FACTORY_H



More information about the openrtm-commit mailing list