mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch 'clang-fixes' into 'master'
gtrace: Add G_GNUC_PRINTF annotation See merge request GNOME/glib!1718
This commit is contained in:
commit
2d812f1ee1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user