Snippets for ggml 0.22.0 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/wkw7m2y1kcms054gy39c7mbmgiz621n1-ggml-0.22.0.drv.
-
/nix/var/nix/builds/nix-35968-2296430259/source/examples/stb_image_write.h:776:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 776 | len = sprintf(buffer, "EXPOSURE= 1.0000000000000\n\n-Y %d +X %d\n", y, x); | ^