mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a warning on some compilers.
This commit is contained in:
@@ -25,7 +25,7 @@ typedef struct
|
|||||||
ma_test_entry_proc onEntry;
|
ma_test_entry_proc onEntry;
|
||||||
} ma_test;
|
} ma_test;
|
||||||
|
|
||||||
struct
|
static struct
|
||||||
{
|
{
|
||||||
ma_test pTests[MAX_TESTS];
|
ma_test pTests[MAX_TESTS];
|
||||||
size_t count;
|
size_t count;
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ typedef enum
|
|||||||
source_type_decoder
|
source_type_decoder
|
||||||
} source_type;
|
} source_type;
|
||||||
|
|
||||||
struct
|
static struct
|
||||||
{
|
{
|
||||||
ma_context context;
|
ma_context context;
|
||||||
ma_device device;
|
ma_device device;
|
||||||
|
|||||||
Reference in New Issue
Block a user