X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2Fsaml2%2Fprofile%2FBrowserSSOProfileValidator.h;fp=saml%2Fsaml2%2Fprofile%2FBrowserSSOProfileValidator.h;h=61bdac29a87dea7e03129948fda330879d5b0c3f;hb=553b6e03bf05bba2690c050dc8c4d9b7f42158d4;hp=67b85b9122d640fe7ea47808206c72e97dbc9ff5;hpb=0f2220cf0651aa915951f276fb33dade0925a7c2;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/profile/BrowserSSOProfileValidator.h b/saml/saml2/profile/BrowserSSOProfileValidator.h index 67b85b9..61bdac2 100644 --- a/saml/saml2/profile/BrowserSSOProfileValidator.h +++ b/saml/saml2/profile/BrowserSSOProfileValidator.h @@ -30,6 +30,11 @@ 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 + }; };