From 4280d97719fa376ae84c20b742ccdac55613ac2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 24 Apr 2025 12:57:18 +0200 Subject: [PATCH] Silence compilation warning about SecureTransport being deprecated We know it's deprecated, and have a bug report to track it, so we don't need a compilation warning on each build. Task-number: QTBUG-119171 Change-Id: Iea9e45ae154761efb0960acf34a79953518024c1 Reviewed-by: Timur Pocheptsov --- src/plugins/tls/securetransport/qtls_st_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/tls/securetransport/qtls_st_p.h b/src/plugins/tls/securetransport/qtls_st_p.h index 2903ef48156..5171f413532 100644 --- a/src/plugins/tls/securetransport/qtls_st_p.h +++ b/src/plugins/tls/securetransport/qtls_st_p.h @@ -27,9 +27,9 @@ #include #include -#warning SecureTransport was deprecated in macOS 10.15 and iOS 13, \ -and is no longer supported. We should be using Network.framework instead. \ -See QTBUG-85231 for more information. +// SecureTransport was deprecated in macOS 10.15 and iOS 13, and is no +// longer supported. We should be using Network.framework instead. +// See QTBUG-119171 for more information. QT_WARNING_DISABLE_DEPRECATED #include