fix one more warning

This commit is contained in:
Arvid Norberg 2013-12-31 23:46:18 +00:00
parent 0fc9eb6410
commit 12ca5550d1
1 changed files with 1 additions and 1 deletions

View File

@ -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);