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,7 +1,7 @@
#include "test_compiler_detection.h"
int main()
int main(void)
{
return 0;
}