Rot127
Rot127
They are still in the gcc logs: ``` [692/2423] Compiling C object subprojects/libzip-1.11.3/liblibzip.a.p/lib_zip_fdopen.c.o ../subprojects/libzip-1.11.3/lib/zip_fdopen.c: In function ‘zip_fdopen’: ../subprojects/libzip-1.11.3/lib/zip_fdopen.c:47:22: warning: unused variable ‘error’ [-Wunused-variable] 47 | struct zip_error error; | ^~~~~...
`sflib.h` is needed to allow for syscalls in shell code? Then we need new `sflib.h` for Windows, right? I don't think this is done quickly. So simply removing `sflib.h` when...
> but instead fail if the file does not exists. I would not fail but just print a warning. Otherwise it won't be able to work on Windows by default,...
> but then, does rz-gg work on an unsupported os? I never used `rz-gg` so far. But according to the docs it is meant to compile code for injection later....