From 12ca5550d16cd84162a9770356941b442bbad9f9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 31 Dec 2013 23:46:18 +0000 Subject: [PATCH] fix one more warning --- include/libtorrent/create_torrent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/create_torrent.hpp b/include/libtorrent/create_torrent.hpp index 02b163f04..b7243838d 100644 --- a/include/libtorrent/create_torrent.hpp +++ b/include/libtorrent/create_torrent.hpp @@ -369,7 +369,7 @@ namespace libtorrent inline bool ignore_subdir(std::string const& leaf) { return leaf == ".." || leaf == "."; } - inline void nop(int i) {} + inline void nop(int) {} int get_file_attributes(std::string const& p); std::string get_symlink_path(std::string const& p);