From 6ca2aa1284a5e82df0193d2727941420361bc50f Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 29 Dec 2015 18:11:06 +0100 Subject: fix compiler warnings in hurd/ext2fs ext2fs: Fix compiler warnings. * ext2fs/balloc.c: Use unsigned char instead of char. * ext2fs/bitmap.c Use unsigned char for bitmaps. * ext2fs/dir.c: Fix format. * ext2fs/ext2fs.h: Use unsigned char for bitmaps. * ext2fs/ialloc.c: Use unsigned char for bitmaps. Fix format string in ext2_warning. * ext2fs/pager.c: Fix format string in ext2_warning and ext2_error. --- ext2fs/hyper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs/hyper.c') diff --git a/ext2fs/hyper.c b/ext2fs/hyper.c index 5f288bf1..91d9d12f 100644 --- a/ext2fs/hyper.c +++ b/ext2fs/hyper.c @@ -24,7 +24,7 @@ #include "ext2fs.h" vm_address_t zeroblock; -char *modified_global_blocks; +unsigned char *modified_global_blocks; static void allocate_mod_map (void) -- cgit v1.2.3