Skip to content

Tests: Fix -Wstrict-prototypes warnings in some C sources

Brad King requested to merge brad.king/cmake:tests-Wstrict-prototypes into master

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.

Merge request reports