[cpp-sp] branch main updated: More warning supression to DiscoveryFeed.cpp

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 6 17:12:34 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=942c155eb06a7d15de671c07df57df0aa003c90a

The following commit(s) were added to refs/heads/main by this push:
     new 942c155e More warning supression to DiscoveryFeed.cpp
942c155e is described below

commit 942c155eb06a7d15de671c07df57df0aa003c90a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 17:00:12 2024 +0000

    More warning supression to DiscoveryFeed.cpp
---
 shibsp/handler/impl/DiscoveryFeed.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/handler/impl/DiscoveryFeed.cpp b/shibsp/handler/impl/DiscoveryFeed.cpp
index 8d8142c8..80ac60c5 100644
--- a/shibsp/handler/impl/DiscoveryFeed.cpp
+++ b/shibsp/handler/impl/DiscoveryFeed.cpp
@@ -48,7 +48,7 @@ namespace shibsp {
 
 #if defined (_MSC_VER)
     #pragma warning( push )
-    #pragma warning( disable : 4250 )
+    #pragma warning( disable : 4250 4251)
 #endif
 
     class SHIBSP_DLLLOCAL Blocker : public DOMNodeFilter

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list