diff mbox series

[meta-mingw,2/2] curl: remove GCC-14 build fix

Message ID 20251215071245.2864807-2-samuli.piippo@qt.io
State New
Headers show
Series [meta-mingw,1/2] curl: enable SSL/TLS support | expand

Commit Message

Samuli Piippo Dec. 15, 2025, 7:12 a.m. UTC
This fix is no longer required.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
---
 recipes-support/curl/curl_%.bbappend | 11 -----------
 1 file changed, 11 deletions(-)
diff mbox series

Patch

diff --git a/recipes-support/curl/curl_%.bbappend b/recipes-support/curl/curl_%.bbappend
index 41342d4..c33c5a4 100644
--- a/recipes-support/curl/curl_%.bbappend
+++ b/recipes-support/curl/curl_%.bbappend
@@ -1,14 +1,3 @@ 
 PACKAGECONFIG:remove:class-nativesdk:mingw32 = "openssl"
 PACKAGECONFIG:append:class-nativesdk:mingw32 = " schannel"
 RRECOMMENDS:lib${BPN}:remove:mingw32 = "ca-certificates"
-
-# Configure tests for ioctlsocket FIONBIO fails with GCC-14
-# because gcc can now find warnings when compiling the test
-# and these warnings are treated as errors
-#  conftest.c: In function 'main':
-#   conftest.c:137:41: error: passing argument 3 of 'ioctlsocket' from incompatible pointer type [-Wincompatible-pointer-types]
-#     137 |         if(0 != ioctlsocket(0, FIONBIO, &flags))
-#         |                                         ^~~~~~
-#         |                                         |
-#         |                                         int *
-CFLAGS:append:mingw32 = " -Wno-error=incompatible-pointer-types"