mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
locale: add printf attribute to log_xkb()
This commit is contained in:
parent
40ec276fdf
commit
3cb063fdb2
@ -1092,6 +1092,7 @@ static int method_set_vc_keyboard(sd_bus_message *m, void *userdata, sd_bus_erro
|
||||
}
|
||||
|
||||
#ifdef HAVE_XKBCOMMON
|
||||
_printf_(3, 0)
|
||||
static void log_xkb(struct xkb_context *ctx, enum xkb_log_level lvl, const char *format, va_list args) {
|
||||
const char *fmt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user