btrfs-progs/mkfs
David Sterba b73a29936a btrfs-progs: remove unnecessary casts for u64
The (unsigned long long) type casts can be dropped, printf understands
%llu and u64 and does not warn. In cases where the type is not u64 keep
the cast.

Signed-off-by: David Sterba <dsterba@suse.com>
2022-10-11 09:08:09 +02:00
..
common.c btrfs-progs: remove unnecessary casts for u64 2022-10-11 09:08:09 +02:00
common.h btrfs-progs: mkfs: update include lists 2022-10-11 09:06:12 +02:00
main.c btrfs-progs: remove unnecessary casts for u64 2022-10-11 09:08:09 +02:00
Makefile btrfs-progs: build: add stub makefile to image and mkfs 2019-07-04 15:36:01 +02:00
rootdir.c btrfs-progs: remove unnecessary casts for u64 2022-10-11 09:08:09 +02:00
rootdir.h btrfs-progs: mkfs: update include lists 2022-10-11 09:06:12 +02:00