wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wget2 | libwget/thread.c: Fix build issues with clang-16 (!523)


From: listout (@listout)
Subject: wget2 | libwget/thread.c: Fix build issues with clang-16 (!523)
Date: Mon, 29 May 2023 08:47:16 +0000


listout created a merge request: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/523

Project:Branches: listout/wget2:clang16-fix to gnuwget/wget2:master
Author:   listout




With clang 16, specially on with musl libc, it would result in an
incompatible pointer to integer conversion error. As clang 16 has made a
few options default, including -Wincompatible-function-pointer-types.
This patch fixes that error.

First discovered on Gentoo's musl llvm profile. Please refer
https://bugs.gentoo.org/898058.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/523
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]