From 4e1da346014e3b8818485b058d5b25626501f3b7 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Sat, 12 Oct 2019 19:58:11 -0500 Subject: [PATCH] compile warnings: Zflg unused when !selinux Signed-off-by: Serge Hallyn --- src/userdel.c | 2 ++ 1 file changed, 2 insertions(+) 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;