10 Apr
2025
10 Apr
'25
2:25 a.m.
On Mon Apr 7 10:02:30 2025 +0000, Piotr Caban wrote:
Why do you need this change? these warnings:
In file included from /home/me/stuff/wine/libs/musl/src/complex/__cexp.c:28:
In file included from /home/me/stuff/wine/libs/musl/src/internal/complex_impl.h:4:
/home/me/stuff/wine/include/msvcrt/complex.h:27:28: warning: incompatible redeclaration of library function 'cexp' [-Wincompatible-library-redeclaration]
27 | _ACRTIMP _Dcomplex __cdecl cexp(_Dcomplex);
| ^
/home/me/stuff/wine/include/msvcrt/complex.h:27:28: note: 'cexp' is a builtin with type '_Complex double (_Complex double)'
/home/me/stuff/wine/include/msvcrt/complex.h:28:25: warning: incompatible redeclaration of library function 'cimag' [-Wincompatible-library-redeclaration]
28 | _ACRTIMP double __cdecl cimag(_Dcomplex);
| ^
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7748#note_100521