whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124)

This commit is contained in:
Yang Shen
2023-07-26 00:15:57 +08:00
committed by GitHub
parent a195bf899a
commit a32c4aa482

View File

@ -67,6 +67,7 @@ extern "C" {
struct whisper_context;
struct whisper_state;
struct whisper_full_params;
typedef int whisper_token;