Skip to content
Snippets Groups Projects
Unverified Commit 562ba9eb authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Fix a few integer type mismatches in for loops. (#2241)

* Use size_t to iterate size_t-bounded loops in `internal_hash()`.
* Use unsigned to iterate unsigned-bounded loops in `test_probe.cpp`.

Fixes #2240
parent 1e4bd830
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment