mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
[libcalamares] Warnings-- over extra ;
This commit is contained in:
parent
1f66062c81
commit
92b60dac65
3 changed files with 3 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue