Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: -bash-5.2$ make (...) cc -Werror -DNVERBOSE -fPIC -Wall -Wextra -D_GNU_SOURCE -DVERSION=23 -DPREFIX=/usr/local -c -o group.o /home/freebox/src/iamroot/group.c /home/freebox/src/iamroot/group.c:61:12: error: unused variable 'fd' [-Werror,-Wunused-variable] const int fd = fileno(f); ^ /home/freebox/src/iamroot/group.c:119:12: error: unused variable 'fd' [-Werror,-Wunused-variable] const int fd = fileno(f); ^ 2 errors generated.
- Loading branch information