Re: [PATCH] fix compiler warnings in hurd/libstore

2015-12-29 Thread Samuel Thibault
Applied, thanks!

[PATCH] fix compiler warnings in hurd/libstore

2015-12-29 Thread Flavio Cruz
--- libstore: Fix compiler warnings. * libstore/decode.c (store_std_leaf_decode): Drop the type variable. * libstore/zero.c (zero_decode): Likewise. * libstore/file.c: Add missing casts. diff --git a/libstore/decode.c b/libstore/decode.c index 64405ec..4bb23c1 100644 --- a/libstore/decode.c +++