Snippets for slade 3.2.12 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/z6cagl5bh4g7mgj8z9hnwc9nna7n7sa4-slade-3.2.12.drv.
-
/build/source/src/Graphics/CTexture/TextureXList.cpp:377:43: warning: '%05d' directive writing between 5 and 11 bytes into a region of size 6 [-Wformat-overflow=] 377 | sprintf(temp, "TEX%05d", a); | ^~~~