Solved
The function initialise_monitor_handles() in syscalls.c is not declared correctly

The correct declaration should be:
void initialise_monitor_handles( void )
This is not very important... but it generates warnings

The correct declaration should be:
void initialise_monitor_handles( void )
This is not very important... but it generates warnings
Yes, just adding "void" is enough to make the compiler happy (and me too)... and no, I absolutely do not need this function (void, by the way).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.