mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-04 00:45:37 +02:00
ggml : Fix backtrace breaking Windows build (#3203)
This commit is contained in:
parent
ca890f566f
commit
4d18e52f55
@ -200,7 +200,7 @@ void ggml_print_backtrace(void) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void ggml_print_backtrace(void) {
|
void ggml_print_backtrace(void) {
|
||||||
// platform not supported
|
// platform not supported
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user