Commit 654efcf3ede6d74657baafec14b1d3560d888620
1 parent
aa806132
Add 'static' to avoid a sparse warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7175 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
gdbstub.c
@@ -334,7 +334,7 @@ static int get_char(GDBState *s) | @@ -334,7 +334,7 @@ static int get_char(GDBState *s) | ||
334 | 334 | ||
335 | static gdb_syscall_complete_cb gdb_current_syscall_cb; | 335 | static gdb_syscall_complete_cb gdb_current_syscall_cb; |
336 | 336 | ||
337 | -enum { | 337 | +static enum { |
338 | GDB_SYS_UNKNOWN, | 338 | GDB_SYS_UNKNOWN, |
339 | GDB_SYS_ENABLED, | 339 | GDB_SYS_ENABLED, |
340 | GDB_SYS_DISABLED, | 340 | GDB_SYS_DISABLED, |