]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : enable compiler warnings for src (#2891)
authorDaniel Bevenius <redacted>
Tue, 18 Mar 2025 04:19:18 +0000 (05:19 +0100)
committerGitHub <redacted>
Tue, 18 Mar 2025 04:19:18 +0000 (05:19 +0100)
commit740bf7f6a1504655d75e0283900384cc5be1b3d3
tree3662041e77ca767478e88209ae36d556ea2926a5
parentc8e12f59dd94b8b3f0b03b37c035996cdf72120a
whisper : enable compiler warnings for src (#2891)

* whisper : enable compiler warnings for src

This commit enables compiler warnings for the src directory. Currently
when the WHISPER_ALL_WARNINGS flag is set to ON is only enables warnings
in ggml, by setting GGML_ALL_WARNINGS to ON. This commit adds the same
compiler flags for whisper's src directory.

The motivation for this is to catch potential bugs and issues early on
in the development process.

* squash! whisper : enable compiler warnings for src

Remove GF_C_FLAGS and GF_CXX_FLAGS from add_compile_options.
src/CMakeLists.txt