summaryrefslogtreecommitdiff
path: root/examples/first.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-10-06 09:04:27 +0000
committerMartin Baulig <martin@src.gnome.org>1998-10-06 09:04:27 +0000
commitcf0e724f7de3d12115737c95be28176fbac94912 (patch)
tree5618c2f922ffe44245a25ffb4f654e41aa04a9f8 /examples/first.c
parent0659b93dffe9c75e85380c332ffd7eeedc4506c7 (diff)
downloadlibgtop-cf0e724f7de3d12115737c95be28176fbac94912.tar.gz
Removed G_GNUC_UNUSED.
Diffstat (limited to 'examples/first.c')
-rw-r--r--examples/first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/first.c b/examples/first.c
index 19b95d39..0bc0a09e 100644
--- a/examples/first.c
+++ b/examples/first.c
@@ -38,7 +38,7 @@
#endif
int
-main (int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv [])
+main (int argc, char *argv [])
{
glibtop_union data;
glibtop_sysdeps sysdeps;