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
Premake : 5.0.0-beta2
OS: Linux
Compiler: gcc-14.2.1
../../contrib/libzip/mkstemp.c: In function ‘_zip_mkstemp’:
../../contrib/libzip/mkstemp.c:76:15: error: implicit declaration of function ‘getpid’ [-Wimplicit-function-declaration]
76 | pid = getpid();
| ^~~~~~
Premake : 5.0.0-beta2
OS: Linux
Compiler: gcc-14.2.1
Compiles fine with gcc-13. See also #2092
The text was updated successfully, but these errors were encountered: