You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
it appeared this error
gcc -pthread -o csgo_osx64 csgo_run.c
csgo_run.c:115:32: error: incompatible function pointer types passing 'void ()(InjectConfig )' to parameter of type 'void * _Nullable ( _Nonnull)(void * _Nullable)' [-Wincompatible-function-pointer-types]
115 | pthread_create(&tid, NULL, &inject, inj_cfg);
| ^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/pthread.h:340:31: note: passing argument to parameter here
340 | void * _Nullable (* _Nonnull)(void * _Nullable),
| ^
1 error generated.
make: *** [osx] Error 1
meowyan@bogon csgo-run-m