mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
Tests: Fix clang -Wstrict-prototypes warnings
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
# error Expect no CXX features defined
|
||||
#endif
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user