X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/12b159ac4110e23553e94c805b8a121944f47698..857e38bb45132c3d79f21a6bbce14eec7bc9a155:/getgroups.c diff --git a/getgroups.c b/getgroups.c index e747c290..b3202c3b 100644 --- a/getgroups.c +++ b/getgroups.c @@ -31,7 +31,8 @@ # 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];