X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=test-treap.c;h=294d7ee2737099c94a7d768d47c6a316a6860cd7;hb=cb2ed324fc917db0b79d7b1f3756575ffa5f70d5;hp=ab8c951c6eb39f54a9885dd15c173f974d7357d5;hpb=d7a0129b3cf40e4f001295a22e2e9f8f6cbc14a4;p=git.git diff --git a/test-treap.c b/test-treap.c index ab8c951c6..294d7ee27 100644 --- a/test-treap.c +++ b/test-treap.c @@ -31,7 +31,7 @@ static void strtonode(struct int_node *item, const char *s) int main(int argc, char *argv[]) { struct strbuf sb = STRBUF_INIT; - struct trp_root root = { ~0 }; + struct trp_root root = { ~0U }; uint32_t item; if (argc != 1)