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)
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