Spaces:
Running
Running
ci : dummy commit to trigger CI
Browse files- src/whisper.cpp +2 -0
src/whisper.cpp
CHANGED
|
@@ -33,6 +33,8 @@
|
|
| 33 |
#include <functional>
|
| 34 |
#include <codecvt>
|
| 35 |
|
|
|
|
|
|
|
| 36 |
#if defined(_MSC_VER)
|
| 37 |
#pragma warning(disable: 4244 4267) // possible loss of data
|
| 38 |
#endif
|
|
|
|
| 33 |
#include <functional>
|
| 34 |
#include <codecvt>
|
| 35 |
|
| 36 |
+
// dummy
|
| 37 |
+
|
| 38 |
#if defined(_MSC_VER)
|
| 39 |
#pragma warning(disable: 4244 4267) // possible loss of data
|
| 40 |
#endif
|