Snippets for abcmidi 2026.06.16 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/nq7khxl0i3wrwnsfi03gf4imz411k78p-abcmidi-2026.06.16.drv.
-
parseabc.c:2664:53: warning: '%s' directive output may be truncated writing up to 79 bytes into a region of size 67 [-Wformat-truncation=] 2664 | snprintf(error_message, 80, "Unexpected :|%s found", replist); | ^~ -
parseabc.c:2655:79: warning: '%s' directive output may be truncated writing up to 79 bytes into a region of size 41 [-Wformat-truncation=] 2655 | snprintf(error_message, 80, "Missing repeat at start ? Unexpected :|%s found", replist); | ^~ -
yapstree.c:1232:43: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1232 | snprintf(outputname,MAX_OUTPUTROOT,"%s", argv[1]); | ^ -
yapstree.c:1221:44: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1221 | snprintf(outputname, MAX_OUTPUTROOT,"%s",argv[filearg]); | ^