mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Reduce warnings: remove unused variables (#6499)
Removed unused variables
This commit is contained in:
@@ -5662,7 +5662,7 @@ void DeviceManager::parse_user_print_info(std::string body)
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (std::exception& e) {
|
||||
catch (std::exception&) {
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user