mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-15 05:46:15 +01:00
Merge branch 'backport-1718-clang-fix-glib-2-66' into 'glib-2-66'
Backport !1718 “gtrace: Add G_GNUC_PRINTF annotation” to glib-2-66 See merge request GNOME/glib!1720
This commit is contained in:
commit
cea485ac00
@ -54,7 +54,7 @@ void (g_trace_mark) (gint64 begin_time_nsec,
|
|||||||
const gchar *group,
|
const gchar *group,
|
||||||
const gchar *name,
|
const gchar *name,
|
||||||
const gchar *message_format,
|
const gchar *message_format,
|
||||||
...);
|
...) G_GNUC_PRINTF (5, 6);
|
||||||
|
|
||||||
#ifndef HAVE_SYSPROF
|
#ifndef HAVE_SYSPROF
|
||||||
/* Optimise the whole call out */
|
/* Optimise the whole call out */
|
||||||
|
Loading…
Reference in New Issue
Block a user