summaryrefslogtreecommitdiff
path: root/src/core/selinux-setup.c
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2015-08-31 08:46:48 +0200
committerDaniel Mack <github@zonque.org>2015-08-31 08:46:48 +0200
commitcbb14ca063e5b3edaa7b6b90f35b40fd07362acb (patch)
tree147cc03fb7bbce320ffa200973cd4f6176d44ba3 /src/core/selinux-setup.c
parentdd64f53175816b9597a7b1efc21e4df4baf94c81 (diff)
parent0ba793fb8b2888e0c340fc6f054ef5e910fe48f0 (diff)
Merge pull request #1084 from crrodriguez/master
misc bugfixes
Diffstat (limited to 'src/core/selinux-setup.c')
-rw-r--r--src/core/selinux-setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/selinux-setup.c b/src/core/selinux-setup.c
index a4678500e6..e5b457643b 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;
}