Fixed a compiler warning.
This commit is contained in:
parent
c1af26e3fd
commit
9aca685dd4
@ -215,7 +215,7 @@ bool PressureEqualizer::process_line(const char *line, const char *line_end, GCo
|
|||||||
int gcode = -1;
|
int gcode = -1;
|
||||||
try {
|
try {
|
||||||
gcode = parse_int(line);
|
gcode = parse_int(line);
|
||||||
} catch (Slic3r::InvalidArgument &ex) {
|
} catch (Slic3r::InvalidArgument &) {
|
||||||
// Ignore invalid GCodes.
|
// Ignore invalid GCodes.
|
||||||
eatws(line);
|
eatws(line);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user