mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -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 )
|
RequirementsChecker::checkEnoughStorage( qint64 requiredSpace )
|
||||||
{
|
{
|
||||||
#ifdef WITHOUT_LIBPARTED
|
#ifdef WITHOUT_LIBPARTED
|
||||||
|
Q_UNUSED( requiredSpace );
|
||||||
cWarning() << "RequirementsChecker is configured without libparted.";
|
cWarning() << "RequirementsChecker is configured without libparted.";
|
||||||
return false;
|
return false;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue