[lasem] debug: add a missing G_GNUC_PRINTF



commit f5e9a991d0e831f260588f7bf7f384c8063eb5c4
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Mon May 5 22:12:34 2014 +0200

    debug: add a missing G_GNUC_PRINTF

 src/lsmdebug.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/lsmdebug.c b/src/lsmdebug.c
index 4286bda..02adaed 100644
--- a/src/lsmdebug.c
+++ b/src/lsmdebug.c
@@ -25,6 +25,8 @@
 #include <glib/gprintf.h>
 #include <stdlib.h>
 
+static void lsm_debug_with_level (LsmDebugCategory *category, LsmDebugLevel level, const char *format, 
va_list args) G_GNUC_PRINTF(3,0);
+
 struct _LsmDebugCategory {
        char *name;
        LsmDebugLevel level;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]