[libcalamares] Warnings-- over extra ;

main
Adriaan de Groot 6 years ago
parent 1f66062c81
commit 92b60dac65

@ -41,7 +41,7 @@ CppJob::setModuleInstanceKey( const QString& instanceKey )
void
CppJob::setConfigurationMap( const QVariantMap& configurationMap )
{
Q_UNUSED( configurationMap );
Q_UNUSED( configurationMap )
}
}

@ -99,12 +99,10 @@ log( const char* msg, unsigned int debugLevel )
static void
CalamaresLogHandler( QtMsgType type, const QMessageLogContext& context, const QString& msg )
CalamaresLogHandler( QtMsgType type, const QMessageLogContext&, const QString& msg )
{
static QMutex s_mutex;
Q_UNUSED( context );
QByteArray ba = msg.toUtf8();
const char* message = ba.constData();

@ -269,7 +269,7 @@ protected:
template<class impl, class ParentType>
static QObject* createInstance( QWidget* parentWidget, QObject* parent )
{
Q_UNUSED( parentWidget );
Q_UNUSED( parentWidget )
ParentType* p = nullptr;
if ( parent )
{

Loading…
Cancel
Save