Merge branch 'clang-fixes' into 'master'

gtrace: Add G_GNUC_PRINTF annotation

See merge request GNOME/glib!1718
This commit is contained in:
Emmanuele Bassi 2020-10-23 14:42:49 +00:00
commit 2d812f1ee1

View File

@ -54,7 +54,7 @@ void (g_trace_mark) (gint64 begin_time_nsec,
const gchar *group,
const gchar *name,
const gchar *message_format,
...);
...) G_GNUC_PRINTF (5, 6);
#ifndef HAVE_SYSPROF
/* Optimise the whole call out */