diff --git a/src/core/selinux-setup.c b/src/core/selinux-setup.c index a4678500e6b..e5b457643b0 100644 --- a/src/core/selinux-setup.c +++ b/src/core/selinux-setup.c @@ -34,6 +34,7 @@ #include "log.h" #ifdef HAVE_SELINUX +_printf_(2,3) static int null_log(int type, const char *fmt, ...) { return 0; }