[welcome] Compile warnings--
This commit is contained in:
parent
a9e751bb31
commit
defc7d4df8
@ -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…
Reference in New Issue
Block a user