Spaces:
Running
Running
examples : add vad-speech-segments to win warns [no ci] (#3170)
Browse filesThe commit includes the vad-speech-segments in the disable msvc warnings
"list".
- 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()
|