From: Serge Hallyn Date: Sun, 13 Oct 2019 00:58:11 +0000 (-0500) Subject: compile warnings: Zflg unused when !selinux X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e1da346014e3b8818485b058d5b25626501f3b7;p=shadow compile warnings: Zflg unused when !selinux Signed-off-by: Serge Hallyn --- diff --git a/src/userdel.c b/src/userdel.c index 7be46e8d..cc951e58 100644 --- a/src/userdel.c +++ b/src/userdel.c @@ -97,7 +97,9 @@ static char *user_home; static bool fflg = false; static bool rflg = false; +#ifdef WITH_SELINUX static bool Zflg = false; +#endif static bool Rflg = false; static bool is_shadow_pwd;