]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
examples : add vad-speech-segments to win warns [no ci] (#3170)
authorDaniel Bevenius <redacted>
Mon, 19 May 2025 10:17:18 +0000 (12:17 +0200)
committerGitHub <redacted>
Mon, 19 May 2025 10:17:18 +0000 (12:17 +0200)
The commit includes the vad-speech-segments in the disable msvc warnings
"list".

CMakeLists.txt

index b4fab8c34c02cac952c91df01caba069ec5f8fbb..e6c099d17fd306dbc3a8d115ec1d78c19daaa87c 100644 (file)
@@ -241,5 +241,6 @@ if (MSVC)
         disable_msvc_warnings(whisper-talk-llama)
         disable_msvc_warnings(whisper-bench)
         disable_msvc_warnings(quantize)
+        disable_msvc_warnings(vad-speech-segments)
     endif()
 endif()