mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Fix warning on GCC 4.6
This commit is contained in:
parent
5e343611bf
commit
265b174dc9
@ -51,6 +51,7 @@ void Closure::Connect(QObject* sender, const char* signal) {
|
||||
Q_ASSERT(success);
|
||||
success = connect(sender, SIGNAL(destroyed()), SLOT(Cleanup()));
|
||||
Q_ASSERT(success);
|
||||
Q_UNUSED(success);
|
||||
}
|
||||
|
||||
void Closure::Invoked() {
|
||||
|
Loading…
Reference in New Issue
Block a user