error: function declaration isn't a prototype
This error occurs when you try to declare a function with no arguments, and
compile with -Werror=strict-prototypes
, as follows:
This error occurs when you try to declare a function with no arguments, and
compile with -Werror=strict-prototypes
, as follows: