[welcome] Compile warnings--

This commit is contained in:
Adriaan de Groot 2018-03-06 16:10:53 +01:00
parent a9e751bb31
commit defc7d4df8

View File

@ -320,6 +320,7 @@ bool
RequirementsChecker::checkEnoughStorage( qint64 requiredSpace )
{
#ifdef WITHOUT_LIBPARTED
Q_UNUSED( requiredSpace );
cWarning() << "RequirementsChecker is configured without libparted.";
return false;
#else