Fix a warning on some compilers.

This commit is contained in:
David Reid
2020-03-07 11:07:00 +10:00
parent 80db8d96fc
commit fbdad2d2b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;