mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
4150a18910
Some RunCMake tests fail with this warning due to extra stderr content:
warning: this old-style function definition is not preceded by a prototype
Convert `foo()` to `foo(void)` in `.c` sources of affected tests.
4 lines
23 B
C
4 lines
23 B
C
void nothing(void)
|
|
{
|
|
}
|