* [Qemu-devel] [7175] Add 'static' to avoid a sparse warning
@ 2009-04-18 7:29 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-04-18 7:29 UTC (permalink / raw)
To: qemu-devel
Revision: 7175
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7175
Author: blueswir1
Date: 2009-04-18 07:29:59 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
Add 'static' to avoid a sparse warning
Modified Paths:
--------------
trunk/gdbstub.c
Modified: trunk/gdbstub.c
===================================================================
--- trunk/gdbstub.c 2009-04-18 07:29:30 UTC (rev 7174)
+++ trunk/gdbstub.c 2009-04-18 07:29:59 UTC (rev 7175)
@@ -334,7 +334,7 @@
static gdb_syscall_complete_cb gdb_current_syscall_cb;
-enum {
+static enum {
GDB_SYS_UNKNOWN,
GDB_SYS_ENABLED,
GDB_SYS_DISABLED,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-18 7:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-18 7:29 [Qemu-devel] [7175] Add 'static' to avoid a sparse warning Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).