Skip to content

Add the strict-prototype flag and correct all the offending prototypes

Matthieu Schaller requested to merge strict_prototypes into master

I had some issues compiling with the Cray compiler that is very pedantic. I thought we may as well force strict prototypes from now on to avoid problems of this kind.

What do you think?

Merge request reports