diff options
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtil.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLUtil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLUtil.cpp b/cpp/src/IceSSL/OpenSSLUtil.cpp index 52f99bb4a5b..fe35e41f4ac 100644 --- a/cpp/src/IceSSL/OpenSSLUtil.cpp +++ b/cpp/src/IceSSL/OpenSSLUtil.cpp @@ -10,6 +10,8 @@ // #if defined(__GNUC__) # pragma GCC diagnostic ignored "-Wold-style-cast" +# // Ignore OpenSSL 3.0 deprecation warning +# pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif using namespace std; |