diff options
author | Daniel Mack <github@zonque.org> | 2015-08-31 08:46:48 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-08-31 08:46:48 +0200 |
commit | cbb14ca063e5b3edaa7b6b90f35b40fd07362acb (patch) | |
tree | 147cc03fb7bbce320ffa200973cd4f6176d44ba3 /src/core/selinux-setup.c | |
parent | dd64f53175816b9597a7b1efc21e4df4baf94c81 (diff) | |
parent | 0ba793fb8b2888e0c340fc6f054ef5e910fe48f0 (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.c | 1 |
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; } |