examples : add vad-speech-segments to win warns [no ci] (#3170)

The commit includes the vad-speech-segments in the disable msvc warnings
"list".
This commit is contained in:
Daniel Bevenius 2025-05-19 12:17:18 +02:00 committed by GitHub
parent d1f114da61
commit 82ad275800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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()