From 589b40810adf584b764da28a5ea0f3d4cdee1be0 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 3 Feb 2025 16:32:48 +0200 Subject: [PATCH] ci : dummy commit to trigger CI --- src/whisper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/whisper.cpp b/src/whisper.cpp index 11077d5b..069aa6e7 100644 --- a/src/whisper.cpp +++ b/src/whisper.cpp @@ -33,6 +33,8 @@ #include #include +// dummy + #if defined(_MSC_VER) #pragma warning(disable: 4244 4267) // possible loss of data #endif