Add preprocessor flag

This commit is contained in:
Emil Axelsson
2017-12-18 17:50:07 +01:00
parent ef2633980b
commit 8230e8d1e5
4 changed files with 9 additions and 7 deletions
@@ -132,7 +132,7 @@ void TorrentSynchronization::start() {
updateTorrentProgress(p);
}
);
} catch (const TorrentError& e) {
} catch (const TorrentError&) {
LERROR("Failed to synchronize '" << name() <<
"'.\nOpenSpace needs to be linked with libtorrent.");
if (!isResolved()) {