From 465712721efac593beac8a1879bf2f11ed121d12 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 16 Jun 2022 15:08:27 +0200 Subject: conf: In conf_runas(), on static builds, group information is also unused Signed-off-by: Stefano Brivio --- conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.c b/conf.c index d615cf5..3a5d650 100644 --- a/conf.c +++ b/conf.c @@ -868,6 +868,7 @@ static int conf_runas(const char *opt, unsigned int *uid, unsigned int *gid) (void)ubuf; (void)gbuf; (void)pw; + (void)gr; return -EINVAL; #else -- cgit v1.2.3