Fix issue 12 - error message
Compare changes
Files
5+ 1
− 8
@@ -80,14 +80,7 @@ void morse_warning(const char *func_name, char* msg_text)
A GitLab upgrade is scheduled for Monday, April 7, 2025. Service interruptions are expected in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost canal: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
This pull request fix issue #12 (closed) The new behavior is the following: - All error messages are printed whatever you decide to do - Warning messages are printed by default, and can be disabled as before with MORSE_Disable(MORSE_WARNINGS) - Timing option --printerrors has been removed - Timing options --nowarnings has been added to disable warning messages