Skip to content

Commit 4b7de08

Browse files
committed
whisper : fix compile warning (#0)
1 parent 4b9c4de commit 4b7de08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whisper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7240,7 +7240,7 @@ struct median_filter_user_data {
72407240
int filter_width;
72417241
};
72427242

7243-
static void median_filter(struct ggml_tensor * dst , const struct ggml_tensor * a, int ith, int nth, void * userdata) {
7243+
static void median_filter(struct ggml_tensor * dst , const struct ggml_tensor * a, int ith, int /*nth*/, void * userdata) {
72447244
if (ith != 0) {
72457245
return;
72467246
}

0 commit comments

Comments
 (0)