whisper : fix compile warning for unused params

This commit is contained in:
Georgi Gerganov 2024-08-28 11:40:11 +03:00
parent 9e3c5345cd
commit 6e9596f6de
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -1297,6 +1297,8 @@ static ggml_backend_t whisper_backend_init_gpu(const whisper_context_params & pa
}
#endif
GGML_UNUSED(params);
return result;
}