From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [7175] Add 'static' to avoid a sparse warning
Date: Sat, 18 Apr 2009 07:29:59 +0000 [thread overview]
Message-ID: <E1Lv4zv-0004cz-Uk@cvs.savannah.gnu.org> (raw)
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 other threads:[~2009-04-18 7:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Lv4zv-0004cz-Uk@cvs.savannah.gnu.org \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).