Skip to content

Commit a7b8d35

Browse files
ggerganovdanielzgtg
andcommitted
sync : whisper.cpp (ggml/1250)
* ggml : Fix backtrace breaking Windows build (whisper/3203) * sync : whisper.cpp ggml-ci --------- Co-authored-by: Daniel Tang <danielzgtg.opensource@gmail.com>
1 parent 6eba72b commit a7b8d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void ggml_print_backtrace(void) {
200200
}
201201
}
202202
#else
203-
static void ggml_print_backtrace(void) {
203+
void ggml_print_backtrace(void) {
204204
// platform not supported
205205
}
206206
#endif

0 commit comments

Comments
 (0)