danbev commited on
Commit
90d9ecb
·
unverified ·
1 Parent(s): a28f11e

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

Browse files

The commit includes the vad-speech-segments in the disable msvc warnings
"list".

Files changed (1) hide show
  1. CMakeLists.txt +1 -0
CMakeLists.txt CHANGED
@@ -241,5 +241,6 @@ if (MSVC)
241
  disable_msvc_warnings(whisper-talk-llama)
242
  disable_msvc_warnings(whisper-bench)
243
  disable_msvc_warnings(quantize)
 
244
  endif()
245
  endif()
 
241
  disable_msvc_warnings(whisper-talk-llama)
242
  disable_msvc_warnings(whisper-bench)
243
  disable_msvc_warnings(quantize)
244
+ disable_msvc_warnings(vad-speech-segments)
245
  endif()
246
  endif()