mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-29 19:54:05 +02:00
Fix some warnings.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
void profile_sizeof()
|
||||
void profile_sizeof(void)
|
||||
{
|
||||
printf("sizeof(ma_context): %lu\n", sizeof(ma_context));
|
||||
printf("sizeof(ma_device): %lu\n", sizeof(ma_device));
|
||||
|
||||
Reference in New Issue
Block a user