[lasem/lasem-0-4] debug: add a missing G_GNUC_PRINTF
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem/lasem-0-4] debug: add a missing G_GNUC_PRINTF
- Date: Sun, 18 Jan 2015 19:17:11 +0000 (UTC)
commit 9d0f3d5a196749611b5d9fe8438a55881d94d1a4
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]