mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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