Commit 70375c1b authored by Geoff Simmons's avatar Geoff Simmons

Silence a warning that only appears to come from builds for gcov.

parent d2e27eb8
......@@ -262,7 +262,7 @@ main(int argc, char *argv[])
/* Using a shorter record size */
rs = 32;
assert(rs + HDR_PREFIX_LEN + exp_idlen1 == bodylen1);
assert(rs + HDR_PREFIX_LEN + exp_idlen1 == (unsigned)bodylen1);
last = 1;
ciphertext = body1 + HDR_PREFIX_LEN + exp_idlen1;
len = encrypt_record(ctx, plaintext, exp_plaintext_len, rs, cek,
......
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