
Patrick B. answered 06/11/19
Tutor
4.7
(31)
Math and computer tutor/teacher
It's an old compiler glitch;
if the function takes no parameters, then it must be declared void inside parenthesis.
otherwise, the compiler gets the parameter list at declaration time...
Perhaps there is a compiler switch you can turn on and off to eliminate
this deprecated feature