Suppress dll-interface warnings.
[shibboleth/cpp-opensaml.git] / saml / saml2 / profile / BrowserSSOProfileValidator.h
index 67b85b9..61bdac2 100644 (file)
 namespace opensaml {
     namespace saml2 {
 
+#if defined (_MSC_VER)
+    #pragma warning( push )
+    #pragma warning( disable : 4251 )
+#endif
+
         /**
          * @deprecated
          * SAML 2.0 Browser SSO Profile Assertion Validator
@@ -80,6 +85,10 @@ namespace opensaml {
             mutable std::string m_address;
         };
 
+#if defined (_MSC_VER)
+    #pragma warning( pop )
+#endif
+
     };
 };