]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : suppress Windows compiler warnings (whisper/3075)
authorDaniel Bevenius <redacted>
Tue, 29 Apr 2025 13:47:55 +0000 (15:47 +0200)
committerGeorgi Gerganov <redacted>
Thu, 1 May 2025 14:06:26 +0000 (17:06 +0300)
commit0af300ed6e984edb0add7da0a2c3795ef9ba4a9d
tree9592a8e23bc3e6897f1526f6fd130efc6a8399c9
parent5d22a79efe9cf2738da1ee80a596c970d629f44d
ggml : suppress Windows compiler warnings (whisper/3075)

* whisper: suppress Windows compiler warnings

This commit disables compiler warnings on window using MSVC.

The motivation for these changes is that some compilers generate
warnings for these conversion, for example Windows MSVC, and
there are quite a few of them. This makes it a little difficult to
spot new warnings that may be introduced and also can be difficult
for users/embedders of ggml where these warnings are hard to separate
from their own warnings.

* squash! whisper: suppress Windows compiler warnings

Move ggml related warnings into ggml. This commit also fixes the
indentation and adds a missing whitespace to the if statement.
CMakeLists.txt