From: Daniel Bevenius Date: Mon, 19 May 2025 10:17:18 +0000 (+0200) Subject: examples : add vad-speech-segments to win warns [no ci] (#3170) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=82ad275800958b795d60d0df7f230447cf4a54a7;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp examples : add vad-speech-segments to win warns [no ci] (#3170) The commit includes the vad-speech-segments in the disable msvc warnings "list". --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b4fab8c3..e6c099d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()