mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Tests: Fix clang -Wstrict-prototypes warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "test_compiler_detection.h"
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user