public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Commit: cisco-core.c: Fix compile time warnings.
@ 2012-07-23 13:19 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2012-07-23 13:19 UTC (permalink / raw)
  To: binutils

Hi Guys,

  I am applying the patch below fix a couple of compile time warnings
  that crept in with my code tidy up patch from last week.

Cheers
  Nick
  
bfd/ChangeLog
2012-07-23  Nick Clifton  <nickc@redhat.com>

	* cisco-core.c (cisco_core_file_failing_command): Make static.
	(cisco_core_file_failing_signal): Make static.

Index: bfd/cisco-core.c
===================================================================
RCS file: /cvs/src/src/bfd/cisco-core.c,v
retrieving revision 1.21
diff -u -3 -p -r1.21 cisco-core.c
--- bfd/cisco-core.c	13 Jul 2012 14:22:42 -0000	1.21
+++ bfd/cisco-core.c	23 Jul 2012 13:17:00 -0000
@@ -303,13 +303,13 @@ cisco_core_file_p (bfd *abfd)
   return (target);
 }
 
-char *
+static char *
 cisco_core_file_failing_command (bfd *abfd ATTRIBUTE_UNUSED)
 {
   return NULL;
 }
 
-int
+static int
 cisco_core_file_failing_signal (bfd *abfd ATTRIBUTE_UNUSED)
 {
   return abfd->tdata.cisco_core_data->sig;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-23 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-23 13:19 Commit: cisco-core.c: Fix compile time warnings Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).