mirror of
https://github.com/brl/mutter.git
synced 2025-07-27 03:58:32 +00:00
Annotate functions to improve compiler diagnostics
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
static void
|
||||
meta_topic_real_valist (MetaDebugTopic topic,
|
||||
const char *format,
|
||||
va_list args);
|
||||
va_list args) G_GNUC_PRINTF(2, 0);
|
||||
#endif
|
||||
|
||||
static gint verbose_topics = 0;
|
||||
|
Reference in New Issue
Block a user