summaryrefslogtreecommitdiff
path: root/compat/gmtime.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2018-02-14 13:08:57 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-02-14 10:31:10 -0800
commita6119f82b118c7adea9ede0b3813810b06e37668 (patch)
treeabbdf5f39a46bfb2677431f72a0668af48e6e2bc /compat/gmtime.c
parenttest-hashmap: simplify alloc_test_entry (diff)
downloadtgif-a6119f82b118c7adea9ede0b3813810b06e37668.tar.xz
test-hashmap: use "unsigned int" for hash storage
The hashmap API always use an unsigned value for storing and comparing hashes. Whereas this test code uses "int". This works out in practice since one can typically round-trip between "int" and "unsigned int". But since this is essentially reference code for the hashmap API, we should model using the correct types. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/gmtime.c')
0 files changed, 0 insertions, 0 deletions