Fix printf format casting errors
authorLuca Bruno <lucab@debian.org>
Wed, 3 Jun 2009 16:04:41 +0000 (12:04 -0400)
committerChris Mason <chris.mason@oracle.com>
Wed, 3 Jun 2009 16:15:40 +0000 (12:15 -0400)
commit6fa19b04d9bcf71131ba7969a9f43a63dd1960aa
tree7379bcb25367652a616bc27317af6846919e217d
parent99b6d94018a684031b802dd362e2fd21c7be6fe6
Fix printf format casting errors

There are still some warnings of the form:

format '%llu' expects type 'long long unsigned int' but argument has type 'u64'

In conjunction with -Werror, this is causing some build failures.
Now they're properly casted, avoiding compiler warnings.

Signed-off-by: Luca Bruno <lucab@debian.org>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
btrfsck.c
extent-tree.c
mkfs.c
print-tree.c