summaryrefslogtreecommitdiff
path: root/examples/mountlist.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-10-04 13:27:51 +0000
committerMartin Baulig <martin@src.gnome.org>1998-10-04 13:27:51 +0000
commitafb07a1f8b7520a3ab8a142c0c1ad84de79ca2c2 (patch)
tree228341bd30d2ef2ab348f07fd9c909145af84e56 /examples/mountlist.c
parentd2448ea6f30c41b033ffe91c09510dc0c6a63ad7 (diff)
downloadlibgtop-afb07a1f8b7520a3ab8a142c0c1ad84de79ca2c2.tar.gz
More G_GNUC_UNUSED fun.
Diffstat (limited to 'examples/mountlist.c')
-rw-r--r--examples/mountlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mountlist.c b/examples/mountlist.c
index af63afc7..0c5ce08e 100644
--- a/examples/mountlist.c
+++ b/examples/mountlist.c
@@ -36,7 +36,7 @@
#endif
int
-main (int argc, char *argv [])
+main (int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv [])
{
glibtop_fsusage fsusage;
glibtop_mountlist mount_list;