]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : fix compilation errors incurred by -Werror (#1227)
authorChangSeok Oh <redacted>
Wed, 30 Aug 2023 19:09:15 +0000 (12:09 -0700)
committerGitHub <redacted>
Wed, 30 Aug 2023 19:09:15 +0000 (22:09 +0300)
commit8e30bf3c026951dca47875bd74e6791fcaf35e57
tree8f4963c6e0f7e32bf037cb7349b6eb456d537a29
parent99d3c105f5cef557bd10f8b0a17afe699198f1bc
ggml : fix compilation errors incurred by -Werror (#1227)

The -Werror warning option turns all warnings into errors. This PR makes
the compiler happy to build ggml.c and whisper.cpp with the stricter option.
ggml.c
whisper.cpp