fix some clang warnings

This commit is contained in:
Arvid Norberg
2012-02-18 08:23:48 +00:00
parent cde80acbde
commit 5a23d04143
7 changed files with 19 additions and 12 deletions

View File

@@ -335,7 +335,6 @@ setup_transfer(session* ses1, session* ses2, session* ses3
// they should not use the same save dir, because the
// file pool will complain if two torrents are trying to
// use the same files
sha1_hash info_hash = t->info_hash();
add_torrent_params param;
param.paused = false;
param.auto_managed = false;