ci : dummy commit to trigger CI

This commit is contained in:
Georgi Gerganov 2025-02-03 16:32:48 +02:00
parent 7ffcd05267
commit 589b40810a
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -33,6 +33,8 @@
#include <functional>
#include <codecvt>
// dummy
#if defined(_MSC_VER)
#pragma warning(disable: 4244 4267) // possible loss of data
#endif