public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] rda - add break to switch.
@ 2004-07-09 20:54 Michael Snyder
  0 siblings, 0 replies; only message in thread
From: Michael Snyder @ 2004-07-09 20:54 UTC (permalink / raw)
  To: gdb-patches, gcc-patches, binutils, cagney

[-- Attachment #1: Type: text/plain, Size: 37 bytes --]

Obvious, quiets a compiler warning.


[-- Attachment #2: diff1 --]
[-- Type: text/plain, Size: 630 bytes --]

2004-07-09  Michael Snyder  <msnyder@redhat.com>

	* lib/gdbserv-state.c (gdbserv_fromclient_break): Add break 
	statement to default.

Index: gdbserv-state.c
===================================================================
RCS file: /cvs/cvsfiles/devo/rda/lib/gdbserv-state.c,v
retrieving revision 1.31
diff -p -r1.31 gdbserv-state.c
*** gdbserv-state.c	31 Oct 2003 17:41:21 -0000	1.31
--- gdbserv-state.c	9 Jul 2004 19:22:58 -0000
*************** gdbserv_fromclient_break (struct gdbserv
*** 165,170 ****
--- 165,171 ----
           same time as it stops itself */
        break;
      default:
+       break;
      }
  }
  

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

only message in thread, other threads:[~2004-07-09 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09 20:54 [PATCH] rda - add break to switch Michael Snyder

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).