From: Yang Shen Date: Tue, 25 Jul 2023 16:15:57 +0000 (+0800) Subject: whisper : fix visibility warning of struct whisper_full_params by declaring in advanc... X-Git-Tag: upstream/1.7.4~1370 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a32c4aa4823b42928e30df6314f31641d7b3f374;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124) --- diff --git a/whisper.h b/whisper.h index 89172e70..e7c1a125 100644 --- a/whisper.h +++ b/whisper.h @@ -67,6 +67,7 @@ extern "C" { struct whisper_context; struct whisper_state; + struct whisper_full_params; typedef int whisper_token;