Annotate functions to improve compiler diagnostics

This commit is contained in:
Florian Müllner
2015-09-24 01:18:15 +02:00
parent 25a796afc6
commit 5801b5518f
3 changed files with 4 additions and 2 deletions

View File

@@ -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;