projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
c4b8534
)
Commit
ae12b54d05595c36d39a756404901ddebc476441
author
Michel Pollet
<buserror@gmail.com>
Sun, 20 May 2012 20:25:42 +0000
(21:25 +0100)
committer
Michel Pollet
<buserror@gmail.com>
Sun, 20 May 2012 20:25:42 +0000
(21:25 +0100)
-Wall being pedantic
Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/sim/sim_gdb.c
patch
|
blob
|
history
|
download
diff --git
a/simavr/sim/sim_gdb.c
b/simavr/sim/sim_gdb.c
index 455c56ee82e24e2f8d2af13b279e0fab83a68dbb..2e651ed8155d11d829e8977ee51f3cc462c2b1f3 100644
(file)
--- 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;
}
}