mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
ggml : Fix backtrace breaking Windows build (#3203)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user