fix one more warning
This commit is contained in:
parent
0fc9eb6410
commit
12ca5550d1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue