No description
Find a file
Thomas Lamprecht f87b7cd352 make: drop Werror CFLAG
This flag is a PITA in general but especially when building for
different architectures where types might be defined differently, like
char which can be negative on x86-64/amd64 but is unsigned on arm64,
thus causing some `c >= 0` checks to output a warning about always
being true there.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2026-01-22 15:59:30 +01:00
debian bump version to 1.6 2025-06-03 20:58:30 +02:00
src make: drop Werror CFLAG 2026-01-22 15:59:30 +01:00
.gitignore update .gitignore file 2023-05-17 19:29:50 +02:00
Makefile make: create build-directory atomically and avoid rsync 2026-01-22 15:56:11 +01:00