mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
gcc_libinit_windows.c: In function 'x_cgo_sys_thread_create': #418
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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