Skip to content

Commit c002a79

Browse files
Blackhexgithub-actions
authored andcommitted
Fix 251fc7e to fix daily rebase
# Conflicts: # mingw-w64-libraries/winpthreads/src/misc.c
1 parent 80930ab commit c002a79

File tree

1 file changed

+1
-1
lines changed
  • mingw-w64-libraries/winpthreads/src

1 file changed

+1
-1
lines changed

mingw-w64-libraries/winpthreads/src/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ HRESULT (WINAPI *_pthread_set_thread_description) (HANDLE, PCWSTR) = NULL;
3939
#if defined(__GNUC__) || defined(__clang__)
4040
#pragma GCC diagnostic push
4141
#pragma GCC diagnostic ignored "-Wprio-ctor-dtor"
42-
__attribute__((constructor(0)))
42+
__attribute__((constructor()))
4343
#endif
4444
static void winpthreads_init(void)
4545
{

0 commit comments

Comments
 (0)