ggerganov commited on
Commit
0e05e03
·
unverified ·
1 Parent(s): c4c7e49

whisper : fix compile warning for unused params

Browse files
Files changed (1) hide show
  1. src/whisper.cpp +2 -0
src/whisper.cpp CHANGED
@@ -1297,6 +1297,8 @@ static ggml_backend_t whisper_backend_init_gpu(const whisper_context_params & pa
1297
  }
1298
  #endif
1299
 
 
 
1300
  return result;
1301
  }
1302
 
 
1297
  }
1298
  #endif
1299
 
1300
+ GGML_UNUSED(params);
1301
+
1302
  return result;
1303
  }
1304