mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 00:30:48 +00: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