reactos/sdk/lib/3rdparty/libwine
Hermès Bélusca-Maïto 2714e3ee48
[LIBWINE] Fix GCC build warning. (#4938)
In file included from ../sdk/lib/3rdparty/libwine/debug_ros.c:9:
../sdk/lib/3rdparty/libwine/debug.c: In function 'get_temp_buffer':
../sdk/lib/3rdparty/libwine/debug.c:343:33: warning: passing argument 1 of '_InterlockedExchangeAdd' from incompatible pointer type [-Wincompatible-pointer-types]
     idx = interlocked_xchg_add( &pos, 1 ) % (sizeof(list)/sizeof(list[0]));
                                 ^~~~
In file included from ../sdk/include/crt/mingw32/intrin.h:98,
                 from ../sdk/include/crt/intrin.h:1017,
                 from sdk/include/psdk/winnt.h:48,
                 from ../sdk/include/psdk/windef.h:202,
                 from ../sdk/include/reactos/wine/debug.h:26,
                 from ../sdk/lib/3rdparty/libwine/debug.c:32,
                 from ../sdk/lib/3rdparty/libwine/debug_ros.c:9:
../sdk/include/crt/mingw32/intrin_x86.h:215:70: note: expected 'volatile long int *' but argument is of type 'int *'
 __INTRIN_INLINE long __cdecl _InterlockedExchangeAdd(volatile long * Addend, long Value)
                                                      ~~~~~~~~~~~~~~~~^~~~~~
2023-01-06 13:17:21 +01:00
..
CMakeLists.txt [WINESYNC] winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2022-03-20 19:28:38 +01:00
config.c
debug.c [LIBWINE] Fix GCC build warning. (#4938) 2023-01-06 13:17:21 +01:00
debug_ros.c
dll_register.c [WINESYNC] winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2022-03-20 19:28:38 +01:00
isfinite.c
isinf.c
isnan.c
loader.c
path.c
register.c
string.c