[welcome] Compile warnings--

main
Adriaan de Groot 7 years ago
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…
Cancel
Save