From 3ec2b351bd81ef7a827c8853e04c5612d00be84a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 5 Jul 2005 15:07:46 +0000 Subject: Fix compile time warnings from a GCC 4.0 compiler --- gas/config/tc-pdp11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config/tc-pdp11.c') diff --git a/gas/config/tc-pdp11.c b/gas/config/tc-pdp11.c index a0057f1..cf103df 100644 --- a/gas/config/tc-pdp11.c +++ b/gas/config/tc-pdp11.c @@ -243,7 +243,7 @@ md_apply_fix (fixS *fixP, buf = fixP->fx_where + fixP->fx_frag->fr_literal; size = fixP->fx_size; - code = md_chars_to_number (buf, size); + code = md_chars_to_number ((unsigned char *) buf, size); switch (fixP->fx_r_type) { -- cgit v1.1