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

@@ -51,10 +51,8 @@ GLIBTOP_SUID_PROC_MAP;
#include <locale.h>
int
main(int argc, char *argv[])
main(int G_GNUC_UNUSED argc, char G_GNUC_UNUSED *argv[])
{
int fd, max_fd;
/* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */
int uid, euid, gid, egid;