[PATCH] d2d1/tests: Fix compilation with clang.

Nikolay Sivov nsivov at codeweavers.com
Tue Jul 5 07:19:00 CDT 2022



On 7/5/22 08:27, Dmitry Timoshkov wrote:
> ../wine.src/dlls/d2d1/tests/d2d1.c:11078:11: error: cannot combine with previous 'type-name' declaration specifier
>      INT32 _int32;
>            ^
> ../wine.src/dlls/d2d1/tests/d2d1.c:11078:5: warning: declaration does not declare anything [-Wmissing-declarations]
>      INT32 _int32;

That's not clang, but a msvc extension apparently, where _int32 is an 
alias for __int32.

>      ^~~~~~~~~~~~
>
>




More information about the wine-devel mailing list