Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some gcc compiler warnings when using -Wsign-compare (dashpay#24)
util.hpp: In static member function ‘static std::string bls::Util::HexStr(const uint8_t*, size_t)’: util.hpp:62:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 62 | for (int i=0; i < len; ++i)
- Loading branch information