mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
36743436cf
Add a return value to `main()`.
5 lines
27 B
C
5 lines
27 B
C
int main()
|
|
{
|
|
return 0;
|
|
}
|