Skip to content

Commit 4280d97

Browse files
committed
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 <[email protected]>
1 parent 04506aa commit 4280d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/tls/securetransport/qtls_st_p.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#include <QtNetwork/qabstractsocket.h>
2828
#include <QtNetwork/private/qsslsocket_p.h>
2929

30-
#warning SecureTransport was deprecated in macOS 10.15 and iOS 13, \
31-
and is no longer supported. We should be using Network.framework instead. \
32-
See QTBUG-85231 for more information.
30+
// SecureTransport was deprecated in macOS 10.15 and iOS 13, and is no
31+
// longer supported. We should be using Network.framework instead.
32+
// See QTBUG-119171 for more information.
3333
QT_WARNING_DISABLE_DEPRECATED
3434

3535
#include <Security/Security.h>

0 commit comments

Comments
 (0)