Snippets for tinygltf 3.0.1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/52z34823jmvv6ci6y67swhnm62d9ghhr-tinygltf-3.0.1.drv.
-
/build/source/tinygltf_json_c.h:267:28: warning: writing 16 bytes into a region of size 0 [-Wstringop-overflow=] 267 | while (n > 0) buf[i++] = tmp[--n]; | ~~~~~~~~~^~~~~~~~~~ -
/build/source/tinygltf_json_c.h:268:12: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 268 | buf[i] = '\0'; | ~~~~~~~^~~~~~