@@ -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"
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(-)