mingw-w64/mingw-w64-crt/profile
Pali Rohár a20b17848e crt: Fix profil.c compile warning: cast between incompatible function types
profile/profil.c:140:36: warning: cast between incompatible function types from ‘void (__attribute__((stdcall)) *)(void *)’ to ‘DWORD (__attribute__((stdcall)) *)(void *)’ [-Wcast-function-type]

Callback thread function must return DWORD, not void.

Signed-off-by: LIU Hao <lh_mouse@126.com>
2024-08-13 22:26:03 +08:00
..
COPYING Add profile support files to crt. 2008-04-08 08:48:38 +00:00
CYGWIN_LICENSE Add profile support files to crt. 2008-04-08 08:48:38 +00:00
gcrt0.c 2010-06-15 Ozkan Sezer <sezeroz@gmail.com> 2010-06-15 14:48:15 +00:00
gmon.c 2010-06-15 Ozkan Sezer <sezeroz@gmail.com> 2010-06-15 20:03:43 +00:00
gmon.h 2010-06-15 Ozkan Sezer <sezeroz@gmail.com> 2010-06-15 07:00:44 +00:00
mcount.c PR/3015909 Fix export symbol of mcount function. 2010-06-16 20:20:27 +00:00
mcountFunc.S Replace 'w64 mingw-runtime' by 'mingw-w64 runtime' 2012-06-28 15:40:59 +00:00
profil.c crt: Fix profil.c compile warning: cast between incompatible function types 2024-08-13 22:26:03 +08:00
profil.h Fix race condition. 2010-06-16 20:20:51 +00:00