summaryrefslogtreecommitdiffstats
path: root/daemon/debug.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-06 15:26:13 +0200
committerJim Meyering <meyering@redhat.com>2009-08-10 11:53:33 +0200
commit5b3452e99992ffb2cee7e6353243b553cdc74a46 (patch)
treedbaffefcb080c160dab2e42740a52d81eda6850f /daemon/debug.c
parent7c68bcde3d34047cfbae45fb26a221a52ab6e3ea (diff)
downloadlibguestfs-5b3452e99992ffb2cee7e6353243b553cdc74a46.tar.gz
libguestfs-5b3452e99992ffb2cee7e6353243b553cdc74a46.tar.xz
libguestfs-5b3452e99992ffb2cee7e6353243b553cdc74a46.zip
build: avoid warnings in daemon/debug.c
* daemon/debug.c (do_debug): Mark parameters as unused.
Diffstat (limited to 'daemon/debug.c')
-rw-r--r--daemon/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/debug.c b/daemon/debug.c
index 13b7240f..5b3b5faa 100644
--- 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;