Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2002 20:07:06 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19115 for review
Message-ID:  <200210120307.g9C376E8063778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19115

Change 19115 by peter@peter_ia64 on 2002/10/11 20:06:57

	fix warning

Affected files ...

.. //depot/projects/ia64/contrib/binutils/gas/config/tc-ia64.c#6 edit

Differences ...

==== //depot/projects/ia64/contrib/binutils/gas/config/tc-ia64.c#6 (text+ko) ====

@@ -4827,7 +4827,7 @@
     { "body", dot_body, 0 },
     { "prologue", dot_prologue, 0 },
     { "endp", dot_endp, 0 },
-    { "file", dwarf2_directive_file, 0 },
+    { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 },
     { "loc", dwarf2_directive_loc, 0 },
 
     { "fframe", dot_fframe, 0 },

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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