ggerganov commited on
Commit
1a699ea
·
1 Parent(s): acf76b7

whisper : fix compile warning (#0)

Browse files
Files changed (1) hide show
  1. src/whisper.cpp +1 -1
src/whisper.cpp CHANGED
@@ -7240,7 +7240,7 @@ struct median_filter_user_data {
7240
  int filter_width;
7241
  };
7242
 
7243
- static void median_filter(struct ggml_tensor * dst , const struct ggml_tensor * a, int ith, int nth, void * userdata) {
7244
  if (ith != 0) {
7245
  return;
7246
  }
 
7240
  int filter_width;
7241
  };
7242
 
7243
+ static void median_filter(struct ggml_tensor * dst , const struct ggml_tensor * a, int ith, int /*nth*/, void * userdata) {
7244
  if (ith != 0) {
7245
  return;
7246
  }