From: Georgi Gerganov Date: Thu, 29 May 2025 10:29:50 +0000 (+0300) Subject: sync : whisper.cpp (ggml/1250) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a7b8d35f780ab3e7639ae5345442fb1ad10f0163;p=pkg%2Fggml%2Fsources%2Fllama.cpp sync : whisper.cpp (ggml/1250) * ggml : Fix backtrace breaking Windows build (whisper/3203) * sync : whisper.cpp ggml-ci --------- Co-authored-by: Daniel Tang --- diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 8c941cdf..196b7b8f 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -200,7 +200,7 @@ void ggml_print_backtrace(void) { } } #else -static void ggml_print_backtrace(void) { +void ggml_print_backtrace(void) { // platform not supported } #endif