Commit 575c590f authored by Olaf Bergmann's avatar Olaf Bergmann Committed by Arthur O'Dwyer
Browse files

test62: fix signedness in comparison

When compiled with -Wextra, a warning concerning the comparison of
integers with different signs is caused in function
TrivialHash. Changing the type of the index variable i to size_t fixes
this.
parent 2a60129b
Supports Markdown
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