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