From 727f59f73f96ab298408887d91f98ab87b139366 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 30 Dec 2008 09:02:06 +0000 Subject: [PATCH] - Fix compilation warning --- src/bittorrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 98988e6dd..e29f7e22a 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -353,7 +353,7 @@ void bittorrent::loadWebSeeds(QString hash) { } // Add a torrent to the bittorrent session -QTorrentHandle bittorrent::addTorrent(QString path, bool fromScanDir, QString from_url, bool resumed) { +QTorrentHandle bittorrent::addTorrent(QString path, bool fromScanDir, QString from_url, bool) { QTorrentHandle h; bool fastResume=false; QDir torrentBackup(misc::qBittorrentPath() + "BT_backup");