More G_GNUC_UNUSED fun.

This commit is contained in:
Martin Baulig
1998-10-04 13:27:51 +00:00
parent d2448ea6f3
commit afb07a1f8b
7 changed files with 14 additions and 12 deletions

View File

@@ -38,7 +38,7 @@
#endif
int
main (int argc, char *argv [])
main (int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv [])
{
glibtop_union data;
glibtop_sysdeps sysdeps;