Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: be22a50d26275659b3690c49733a5fa16e1bde35 https://github.com/WebKit/WebKit/commit/be22a50d26275659b3690c49733a5fa16e1bde35 Author: David Kilzer <ddkil...@apple.com> Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths: M Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/crypto/bio/connect.c Log Message: ----------- [WebRTC] Fix -Wcast-function-type-mismatch in connect.c from boringssl <https://bugs.webkit.org/show_bug.cgi?id=278074> <rdar://133810692> Reviewed by Alex Christensen. Use pragma macros to ignore -Wcast-function-type-mismatch. * Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/crypto/bio/connect.c: (conn_callback_ctrl): - Use OPENSSL_CLANG_PRAGMA() macros to ignore the warning. This matches what is done for MSVC++. Canonical link: https://commits.webkit.org/282262@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes