From 82ad275800958b795d60d0df7f230447cf4a54a7 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 19 May 2025 12:17:18 +0200 Subject: [PATCH] examples : add vad-speech-segments to win warns [no ci] (#3170) The commit includes the vad-speech-segments in the disable msvc warnings "list". --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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()