mirror of
git://git.proxmox.com/git/proxmox-mini-journalreader.git
synced 2026-01-23 00:43:42 +03:00
No description
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> |
||
|---|---|---|
| debian | ||
| src | ||
| .gitignore | ||
| Makefile | ||