mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
tests: deal with one more unsigned warning
C90 wants this unsigned hint before it will dtrt Change-Id: Ic60b0336df7e8c4373582ffa352f4042ebc021c1 Reviewed-on: http://gerrit.openafs.org/8050 Reviewed-by: Derrick Brashear <shadow@your-file-system.com> Tested-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
f230eda87f
commit
fe2641e35b
@ -60,7 +60,7 @@ main(int argc, char **argv)
|
||||
is_int(0xdeadbeef, opr_jhash_opaque("", 0, 0),
|
||||
"Hashing an empty string works");
|
||||
|
||||
is_int(2748273291,
|
||||
is_int(2748273291UL,
|
||||
opr_jhash_opaque("Four score and seven years ago", 30, 0),
|
||||
"Hashing a string with a 0 initval works");
|
||||
is_int(1389900913,
|
||||
|
Loading…
x
Reference in New Issue
Block a user