]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples, ggml : fix GCC compiler warnings (llama/10983)
authorPeter <redacted>
Thu, 26 Dec 2024 13:59:11 +0000 (00:59 +1100)
committerGeorgi Gerganov <redacted>
Sat, 4 Jan 2025 08:45:01 +0000 (10:45 +0200)
commit499af9294a861883c2730f87fa7d32c1e46434ae
tree5f19f6d9fcbc8d30c49aa85a880148d213c5c937
parentbcf937c21690df24c415d271e540f3006bce7ccd
examples, ggml : fix GCC compiler warnings (llama/10983)

Warning types fixed (observed under MSYS2 GCC 14.2.0):
* format '%ld' expects argument of type 'long int', but argument has type 'size_t'
* llama.cpp/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp:81:46: warning: missing initializer for member '_STARTUPINFOA::lpDesktop' [-Wmissing-field-initializers]  (emitted for all struct field except first)
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp