From 21e8f410368d4b20cfa967a7cd3cf98da533e337 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 15 Feb 2021 05:31:32 +0200 Subject: Fixed permchain.c on older compilers. Enabled -Wpedantic. --- src/userinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userinfo.c') diff --git a/src/userinfo.c b/src/userinfo.c index 2a72bf3..a3ac91c 100644 --- a/src/userinfo.c +++ b/src/userinfo.c @@ -330,7 +330,7 @@ int user_belongs_to_group(uid_t uid, gid_t gid) pthread_rwlock_wrlock(&cache_lock); if (cache_rebuild_requested) { - DPRINTF("Building user/group cache"); + DPRINTF("%s", "Building user/group cache"); cache_rebuild_requested = 0; rebuild_cache(); } -- cgit v1.2.3