Skip to content

Add missing (void) to prototype

Leo P. Singer requested to merge leo-singer/Fr:missing-void into master

LALSuite builds with FrameL are failing because LALSuite is built with the -Wstrict-prototypes warning enabled, which requires prototypes for functions to take no arguments to be declared with the argument list (void).

Once this is merged and in a release, we will be able to address lscsoft/lalsuite#437 (closed).

Merge request reports