We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80930ab commit c002a79Copy full SHA for c002a79
mingw-w64-libraries/winpthreads/src/misc.c
@@ -39,7 +39,7 @@ HRESULT (WINAPI *_pthread_set_thread_description) (HANDLE, PCWSTR) = NULL;
39
#if defined(__GNUC__) || defined(__clang__)
40
#pragma GCC diagnostic push
41
#pragma GCC diagnostic ignored "-Wprio-ctor-dtor"
42
-__attribute__((constructor(0)))
+__attribute__((constructor()))
43
#endif
44
static void winpthreads_init(void)
45
{
0 commit comments