mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
wayland: Annotate the log_handler function
The log_handler() internal function is a candidate for the GCC format attribute for printf-like functions.
This commit is contained in:
parent
739588cc3c
commit
2a4f07ed9f
@ -481,6 +481,7 @@ static const struct wl_registry_listener registry_listener = {
|
||||
gdk_registry_handle_global_remove
|
||||
};
|
||||
|
||||
G_GNUC_PRINTF (1, 0)
|
||||
static void
|
||||
log_handler (const char *format, va_list args)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user