X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/14820f635d47f0fce574f71353cc038e8021e4af..24c906d3f7f4db31884d4262ddf9824d91ff4a76:/getgroups.c diff --git a/getgroups.c b/getgroups.c index e747c290..78e2a88f 100644 --- a/getgroups.c +++ b/getgroups.c @@ -31,7 +31,7 @@ # define NGROUPS 32 #endif -int main(int argc, char *argv[]) +int main(UNUSED(int argc), UNUSED(char *argv[])) { int n, i; gid_t list[NGROUPS];