From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8611 invoked by alias); 9 Jul 2004 19:35:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8317 invoked from network); 9 Jul 2004 19:35:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Jul 2004 19:35:31 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i69JZUe1012870; Fri, 9 Jul 2004 15:35:31 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i69JZTw11738; Fri, 9 Jul 2004 15:35:29 -0400 Received: from redhat.com (dhcp-172-16-25-160.sfbay.redhat.com [172.16.25.160]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i69JZSP28354; Fri, 9 Jul 2004 12:35:28 -0700 Message-ID: <40EEF380.30205@redhat.com> Date: Fri, 09 Jul 2004 19:35:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4.2) Gecko/20040301 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com, gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, cagney@gnu.org Subject: [PATCH] rda - add break to switch. Content-Type: multipart/mixed; boundary="------------050905090405020107030901" X-SW-Source: 2004-07/txt/msg00089.txt.bz2 This is a multi-part message in MIME format. --------------050905090405020107030901 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 37 Obvious, quiets a compiler warning. --------------050905090405020107030901 Content-Type: text/plain; name="diff1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff1" Content-length: 630 2004-07-09 Michael Snyder * 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; } } --------------050905090405020107030901--