Tests: Fix clang -Wstrict-prototypes warnings

This commit is contained in:
Brad King
2023-10-25 10:39:15 -04:00
parent 35424aab2e
commit 264dcae5e4
271 changed files with 330 additions and 330 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
int main()
int main(void)
{
return 0;
}