From 06b18cac8cc9f2857f6258157895c9422ac7fc70 Mon Sep 17 00:00:00 2001 From: msnyder Date: Sat, 5 Mar 2011 05:02:50 +0000 Subject: [PATCH] 2011-03-04 Michael Snyder * remote.c (putpkt_binary): Document that case stmt falls through. --- gdb/ChangeLog | 4 ++++ gdb/remote.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7634ec4f8b..46f35ee164 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-03-04 Michael Snyder + + * remote.c (putpkt_binary): Document that case stmt falls through. + 2011-03-04 Thiago Jung Bauermann * breakpointc (print_it_typical): Move NULL check from here... diff --git a/gdb/remote.c b/gdb/remote.c index c55db1a996..8c4176c93e 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -6848,6 +6848,7 @@ putpkt_binary (char *buf, int cnt) case '-': if (remote_debug) fprintf_unfiltered (gdb_stdlog, "Nak\n"); + /* FALLTHROUGH */ case SERIAL_TIMEOUT: tcount++; if (tcount > 3) -- 2.11.0