]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : disable warnings for tests when using MSVC (ggml/1273)
authorDaniel Bevenius <redacted>
Fri, 13 Jun 2025 13:06:42 +0000 (15:06 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Jun 2025 09:40:34 +0000 (12:40 +0300)
commitffe5400d1b7185a971f84d2b685345a79967ed30
tree0c3e9cc20a13859b7f4062ae0db0511fd5711bda
parent1b01c0cc4e50c0765eb20ebf5e909312f0b3c122
ggml : disable warnings for tests when using MSVC (ggml/1273)

* ggml : disable warnings for tests when using MSVC

This commit disables warnings for tests on windows when using MSVC.

The motivation for this is that this brings the build output more
inline with what Linux/MacOS systems produce.

There is still one warning generated for the tests which is:
```console
  Building Custom Rule C:/ggml/tests/CMakeLists.txt
cl : command line  warning D9025: overriding '/DNDEBUG' with '/UNDEBUG'
[C:\ggml\build\tests\test-arange.vcxproj]
  test-arange.cpp
  test-arange.vcxproj -> C:\ggml\build\bin\Release\test-arange.exe
```

* ggml : fix typo in tests disable list
ggml/CMakeLists.txt