Fix some warnings.

This commit is contained in:
David Reid
2026-04-29 13:55:41 +10:00
parent b73f0182d7
commit f40376031f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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));