mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[welcome] Compile warnings--
This commit is contained in:
parent
a9e751bb31
commit
defc7d4df8
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ bool
|
|||
RequirementsChecker::checkEnoughStorage( qint64 requiredSpace )
|
||||
{
|
||||
#ifdef WITHOUT_LIBPARTED
|
||||
Q_UNUSED( requiredSpace );
|
||||
cWarning() << "RequirementsChecker is configured without libparted.";
|
||||
return false;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue