mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixing Clang warnings 3
This commit is contained in:
@@ -648,7 +648,7 @@ void FirmwareDialog::priv::perform_upload()
|
||||
}
|
||||
}
|
||||
})
|
||||
.on_message([q, extra_verbose](const char *msg, unsigned /* size */) {
|
||||
.on_message([q](const char *msg, unsigned /* size */) {
|
||||
if (extra_verbose) {
|
||||
BOOST_LOG_TRIVIAL(debug) << "avrdude: " << msg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user