From 41d0c9b15388ed3a116e0d4563723c455f6f5e5e Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 24 May 2012 01:10:03 +0200 Subject: [PATCH] unused_variable_warnings-- --- src/libtomahawk/accounts/AccountModel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libtomahawk/accounts/AccountModel.cpp b/src/libtomahawk/accounts/AccountModel.cpp index 9b1a6809e..c5b341289 100644 --- a/src/libtomahawk/accounts/AccountModel.cpp +++ b/src/libtomahawk/accounts/AccountModel.cpp @@ -101,6 +101,8 @@ AccountModel::loadData() qDebug() << "All accounts after remove:"; foreach ( Account* acct, allAccounts ) qDebug() << acct->accountFriendlyName() << "\t" << acct->accountId(); // All other accounts we haven't dealt with yet +#else + Q_UNUSED( removed ); #endif } } else