G_GNUC_UNUSED fun and other compiler warnings ...

This commit is contained in:
Martin Baulig
1998-10-03 03:19:09 +00:00
parent be63bf2d42
commit dfda639756
19 changed files with 36 additions and 38 deletions

View File

@@ -488,7 +488,7 @@ handle_signal (int sig)
}
int
main (int argc, char *argv [])
main (int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv [])
{
glibtop *server = glibtop_global_server;