Spaces:
Sleeping
Sleeping
whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124)
Browse files
whisper.h
CHANGED
|
@@ -67,6 +67,7 @@ extern "C" {
|
|
| 67 |
|
| 68 |
struct whisper_context;
|
| 69 |
struct whisper_state;
|
|
|
|
| 70 |
|
| 71 |
typedef int whisper_token;
|
| 72 |
|
|
|
|
| 67 |
|
| 68 |
struct whisper_context;
|
| 69 |
struct whisper_state;
|
| 70 |
+
struct whisper_full_params;
|
| 71 |
|
| 72 |
typedef int whisper_token;
|
| 73 |
|