Thread (2 messages) flat view 2 messages, 2 authors, 2017-09-22

Re: [PATCH 4/4] ALLOC_GROW: avoid -Wsign-compare warnings

From: Ramsay Jones <hidden>
Date: 2017-09-22 15:36:32


On 22/09/17 05:20, Junio C Hamano wrote:
quoted
diff --git a/builtin/pack-objects.c b/builtin/pack-objects.c
index a57b4f058..a6ee653bf 100644
--- a/builtin/pack-objects.c
+++ b/builtin/pack-objects.c
@@ -2563,8 +2563,8 @@ struct in_pack_object {
 };
 
 struct in_pack {
-	int alloc;
-	int nr;
+	unsigned int alloc;
+	unsigned int  nr;
This is a bit questionable ;-) but it is something I can locally
tweak easily.
Heh, it took me a minute to see what you were referring to! ;-)
Yep, sorry, I don't know how I managed to add the extra space.
(I don't think I can blame vim - PEBKAC).

ATB,
Ramsay Jones

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help