Skip to content

Tests: Add Fortran test C function prototype

William R. Dieter requested to merge williamr/cmake:fortc-warn into master

One of three Fortran/C interface test functions is missing a prototype, which causes warnings and sometimes errors depending on compiler versions and flags. An error when compiling the file causes the Fortran test to failure.

Signed-off-by: William R. Dieter william.r.dieter@intel.com
Backport: release

Edited by Brad King

Merge request reports