Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2012 06:41:09 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r236704 - stable/9/sys/dev/aic7xxx/aicasm
Message-ID:  <201206070641.q576f9P4065717@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Thu Jun  7 06:41:09 2012
New Revision: 236704
URL: http://svn.freebsd.org/changeset/base/236704

Log:
  MFC r236571:
  
  Make aicasm compile without warnings if -Wpointer-sign is enabled.

Modified:
  stable/9/sys/dev/aic7xxx/aicasm/aicasm.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/dev/aic7xxx/aicasm/aicasm.c
==============================================================================
--- stable/9/sys/dev/aic7xxx/aicasm/aicasm.c	Thu Jun  7 05:37:46 2012	(r236703)
+++ stable/9/sys/dev/aic7xxx/aicasm/aicasm.c	Thu Jun  7 06:41:09 2012	(r236704)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206070641.q576f9P4065717>