mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Source: Fix clang -Wstrict-prototypes warnings
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# include <curses.h>
|
||||
#endif
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
curses_version();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user