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
Describe the bug
I clone the code run build.sh then it immediately fails:
./build-release.sh
Building for Linux...
Building everything on linux (release)...
--- Performing kohi.tools.versiongen release build ---
kohi.tools.versiongen/src/main.c...
kohi.tools.versiongen/src/main.c:45:17: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result]
45 | fread(read_version, fsize, 1, f);
| ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [Makefile.executable.mak:144: obj/kohi.tools.versiongen/src/main.c.o] Error 1
error:
To Reproduce
Steps to reproduce the behavior:
Clone
make
See error
Expected behavior
The code should built.
Desktop (please complete the following information):
OS: Gentoo Linux
Browser Brave
Version : Latest
$ uname -a
Linux mamadou-dev-pc 6.6.59 #24 SMP PREEMPT_DYNAMIC Sun Nov 3 02:01:04 CET 2024 x86_64 AMD Ryzen Threadripper 3960X 24-Core Processor AuthenticAMD GNU/Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
I clone the code run build.sh then it immediately fails:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code should built.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: