qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7175] Add 'static' to avoid a sparse warning


From: Blue Swirl
Subject: [Qemu-devel] [7175] Add 'static' to avoid a sparse warning
Date: Sat, 18 Apr 2009 07:29:59 +0000

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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]