SplashScreen: New image

+ PressureEqualizer" fixed warning
This commit is contained in:
YuSanka 2022-06-17 16:55:18 +02:00
parent 32e70e5f57
commit 2688a29b08
3 changed files with 3 additions and 3 deletions

View file

@ -338,7 +338,7 @@ bool PressureEqualizer::process_line(const char *line, const char *line_end, GCo
break;
}
case 'M': {
int mcode = parse_int(line);
/*int mcode = */parse_int(line);
eatws(line);
// Ignore the rest of the M-codes.
break;