mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[partition] Fix build in non-debug settings
This commit is contained in:
parent
d71e0a009c
commit
dba346be7a
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ getDevices( DeviceType which )
|
|||
#else
|
||||
// Safe partitioning
|
||||
auto removeInAllModes = []( DeviceList& l, DeviceList::iterator& it) { return erase(l, it); };
|
||||
auto& removeInSafeMode = removeFromAll;
|
||||
auto& removeInSafeMode = removeInAllModes;
|
||||
#endif
|
||||
|
||||
cDebug() << "Removing unsuitable devices:" << devices.count() << "candidates.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue