From cec20e143cf395d987df6d39fbdeb950e75248a7 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 4 Jun 2012 17:22:43 +0000 Subject: [PATCH] Make aicasm compile without warnings if -Wpointer-sign is enabled. MFC after: 3 days --- sys/dev/aic7xxx/aicasm/aicasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index 1b88ba02e806..b5e159213e5c 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -530,7 +530,7 @@ output_listing(char *ifilename) int instrptr; unsigned int line; int func_count; - int skip_addr; + unsigned int skip_addr; instrcount = 0; instrptr = 0;