X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fjmap%2Ftest%2Frun-uintidx-type.c;h=0dda6eddfb7224ae54a946e02d30d9c17cd32c66;hp=1dcb8829048adf0f99cf3717f6eb2eb3b50214e2;hb=7766154ac917ee68545f5dafc481642feb3b85ab;hpb=2965496c70c345ea83e14d4b25e8687f7c682531 diff --git a/ccan/jmap/test/run-uintidx-type.c b/ccan/jmap/test/run-uintidx-type.c index 1dcb8829..0dda6edd 100644 --- a/ccan/jmap/test/run-uintidx-type.c +++ b/ccan/jmap/test/run-uintidx-type.c @@ -12,7 +12,7 @@ int main(int argc, char *argv[]) { struct jmap_foo *map; struct foo *foo[NUM], **foop; - unsigned int i; + unsigned long i; plan_tests(37 + NUM*2 + 19); for (i = 0; i < NUM; i++)