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:
drbob 2008-06-05 22:10:28 +00:00
parent 9b3213a02b
commit 42579f4dec
2 changed files with 2 additions and 2 deletions

View File

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

View File

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