mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Modules: Fix clang -Wstrict-prototypes warnings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
int foo();
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
return foo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user