From 42d04ae6ab017b65c6721dd4e9823c34b3656229 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 29 Dec 2015 22:34:20 +0100 Subject: fix compiler warnings in hurd/isofs * isofs/rr.c (rrip_work): Use unsigned char. * isofs/rr.h: Use unsigned char instead of char. --- isofs/rr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isofs/rr.c') diff --git a/isofs/rr.c b/isofs/rr.c index adc95c37..59205da1 100644 --- a/isofs/rr.c +++ b/isofs/rr.c @@ -84,7 +84,7 @@ rrip_work (struct dirrect *dr, struct rrip_lookup *rr, { struct dirrect *p; off_t filestart; - char *c; + unsigned char *c; error_t err; /* Look at the first directory entry in root. */ -- cgit v1.2.3