Miguel Figueiredo, le Sat 01 Jun 2013 22:18:06 +0100, a écrit :
> @@ -49,7 +49,6 @@ store_std_leaf_decode (struct store_enc *enc,
> return EINVAL;
>
>/* Read encoded ints. */
> - type = enc->ints[enc->cur_int++];
Nope, this has a side effect :)
I'd rather keep this code as such, at l
2013-06-01 Miguel Figueiredo
* libstore/decode.c (store_std_leaf_decode): remove unused variable
--
Melhores cumprimentos/Best regards,
Miguel Figueiredo
diff --git a/libstore/decode.c b/libstore/decode.c
index 64405ec..52aed74 100644
--- a/libstore/decode.c
+++ b/libstore/decode.c
@@ -35,7