pure-sfv Activity
Status: Beta
Brought to you by:
vlads
It seems pure-sfv cannot be built on modern systems at all. Now in 2021, there's a bunch of errors reported by gcc on Linux (mine's Lubuntu 20.04): $ make -i gcc -Wall -Werror -O2 -g -Wno-unused -c -o par-cmdline/backend.o par-cmdline/backend.c par-cmdline/backend.c: In function ‘move_away’: par-cmdline/backend.c:185:17: error: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Werror=pointer-sign] 185 | l = i + strlen(ext); | ^~~ | | | const u8 * {aka const unsigned char *}...