Skip to content

Build with -Werror=strict-prototypes

Michael Orlitzky requested to merge (removed):strict-prototypes into main

These two commits allow PALP to be built with CFLAGS="-Wstrict-prototypes". In a few years, compilers that support C23 will be commonplace and that new standard insists on foo(void) rather than foo() in some situations. The foo(void) form is backwards-compatible for a few decades so there should be no downside to being prepared.

Merge request reports