mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
whisper : fix compile warning (#0)
This commit is contained in:
parent
4b9c4de1ad
commit
4b7de08bfd
@ -7240,7 +7240,7 @@ struct median_filter_user_data {
|
||||
int filter_width;
|
||||
};
|
||||
|
||||
static void median_filter(struct ggml_tensor * dst , const struct ggml_tensor * a, int ith, int nth, void * userdata) {
|
||||
static void median_filter(struct ggml_tensor * dst , const struct ggml_tensor * a, int ith, int /*nth*/, void * userdata) {
|
||||
if (ith != 0) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user