From a32c4aa4823b42928e30df6314f31641d7b3f374 Mon Sep 17 00:00:00 2001 From: Yang Shen Date: Wed, 26 Jul 2023 00:15:57 +0800 Subject: [PATCH] whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124) --- whisper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/whisper.h b/whisper.h index 89172e70437..e7c1a1259f5 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;