gcc_libinit_windows.c: In function 'x_cgo_sys_thread_create': #421

Closed
opened 2026-01-29 20:43:36 +00:00 by claunia · 1 comment
Owner

Originally created by @308066400 on GitHub (Mar 31, 2022).

gcc_libinit_windows.c:58:19: error: implicit declaration of function '_beginthread'; did you mean 'OpenThread'? [-Werror=implicit-function-declaration]
58 | thandle = _beginthread(func, 0, arg);
| ^~~~~~~~~~~~
| OpenThread
cc1: all warnings being treated as errors

Originally created by @308066400 on GitHub (Mar 31, 2022). gcc_libinit_windows.c:58:19: error: implicit declaration of function '_beginthread'; did you mean 'OpenThread'? [-Werror=implicit-function-declaration] 58 | thandle = _beginthread(func, 0, arg); | ^~~~~~~~~~~~ | OpenThread cc1: all warnings being treated as errors
Author
Owner

@eustas commented on GitHub (Jan 3, 2023):

But gcc_libinit_windows.c is not in brotli?

@eustas commented on GitHub (Jan 3, 2023): But `gcc_libinit_windows.c` is not in brotli?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#421