This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Quiet a GCC warning


I'd like to apply this to mainline and 2.13 branch.


2002-10-11  David O'Brien  <obrien@FreeBSD.org>

	* bfd-in2.h (bfd_alt_mach_code): Don't shadow Version 6 standard
	function.


Index: bfd-in2.h
===================================================================
RCS file: /cvs/src/src/bfd/bfd-in2.h,v
retrieving revision 1.161.2.1
diff -u -r1.161.2.1 bfd-in2.h
--- bfd-in2.h	23 Sep 2002 22:12:37 -0000	1.161.2.1
+++ bfd-in2.h	12 Oct 2002 03:46:13 -0000
@@ -3634,7 +3634,7 @@
                  boolean, asymbol **));
 
 boolean
-bfd_alt_mach_code PARAMS ((bfd *abfd, int index));
+bfd_alt_mach_code PARAMS ((bfd *abfd, int _index));
 
 /* Extracted from archive.c.  */
 symindex


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]