git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c68bcd
)
build: avoid warnings in daemon/debug.c
author
Jim Meyering
<meyering@redhat.com>
Thu, 6 Aug 2009 13:26:13 +0000
(15:26 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 10 Aug 2009 09:53:33 +0000
(11:53 +0200)
* daemon/debug.c (do_debug): Mark parameters as unused.
daemon/debug.c
patch
|
blob
|
history
diff --git
a/daemon/debug.c
b/daemon/debug.c
index
13b7240
..
5b3b5fa
100644
(file)
--- a/
daemon/debug.c
+++ b/
daemon/debug.c
@@
-61,7
+61,7
@@
static struct cmd cmds[] = {
#endif
char *
-do_debug (char *subcmd
, char **argv
)
+do_debug (char *subcmd
ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED
)
{
#if ENABLE_DEBUG_COMMAND
int argc, i;