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
@@ -24,7 +24,7 @@
# error Expect no CXX features defined
#endif
int main()
int main(void)
{
return 0;
}