Re: [PATCH] btrfs-progs: Tighten integer types in print-tree.

2017-07-12 Thread David Sterba
On Mon, Jul 10, 2017 at 02:29:09PM -0700, Adam Buchbinder wrote: > There are likely more places where the wrong size types are used, but > these tripped Clang's warnings because they eventually get passed to > printf. > > Signed-off-by: Adam Buchbinder Applied, thanks.

[PATCH] btrfs-progs: Tighten integer types in print-tree.

2017-07-10 Thread Adam Buchbinder
There are likely more places where the wrong size types are used, but these tripped Clang's warnings because they eventually get passed to printf. Signed-off-by: Adam Buchbinder --- print-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git