From: Michel Pollet Date: Sun, 20 May 2012 20:25:42 +0000 (+0100) Subject: gdb: Fixed a warning X-Git-Tag: v1.0~122 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=ae12b54d05595c36d39a756404901ddebc476441;p=sx%2Fsimavr.git gdb: Fixed a warning -Wall being pedantic Signed-off-by: Michel Pollet --- diff --git a/simavr/sim/sim_gdb.c b/simavr/sim/sim_gdb.c index 455c56e..2e651ed 100644 --- a/simavr/sim/sim_gdb.c +++ b/simavr/sim/sim_gdb.c @@ -289,6 +289,7 @@ static void gdb_handle_command(avr_gdb_t * g, char * cmd) } break; default: gdb_send_reply(g, ""); + break; } }