Commit 84bf58ef authored by Stefan Westerfeld's avatar Stefan Westerfeld

testshortcode: fix g++ warning

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent a7550317
......@@ -200,7 +200,7 @@ main (int argc, char **argv)
{
if (a != b)
{
size_t hd = 0;
int hd = 0;
for (size_t c = 0; c < cwords[a].size(); c++)
hd += cwords[a][c] ^ cwords[b][c];
......
Markdown is supported
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