mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 15:28:28 -05:00
Fixed warnings from -pedantic
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@573 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9b3213a02b
commit
42579f4dec
@ -49,7 +49,7 @@ bool cleanupDirectory(std::string dir, std::list<std::string> keepFiles);
|
||||
bool getFileHash(std::string filepath,
|
||||
std::string &hash, uint64_t &size);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
@ -37,6 +37,6 @@ std::string BinToHex(std::string bin);
|
||||
std::string BinToHex(const char *arr, const uint32_t len);
|
||||
std::string HashId(std::string id, bool reverse = false);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user