[gnome-builder] Fix literal-suffix warning when building libidemm
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Fix literal-suffix warning when building libidemm
- Date: Thu, 2 Jun 2016 15:51:45 +0000 (UTC)
commit 3b4c0024664ca6464b233e1956f9ab9eb717f0c1
Author: Garrett Regier <garrettregier gmail com>
Date: Thu Jun 2 03:47:58 2016 -0700
Fix literal-suffix warning when building libidemm
libide/ide-debug.h.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-debug.h.in b/libide/ide-debug.h.in
index 5c19fbb..6a24895 100644
--- a/libide/ide-debug.h.in
+++ b/libide/ide-debug.h.in
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
#ifdef IDE_ENABLE_TRACE
# define IDE_TRACE_MSG(fmt, ...) \
- g_log(G_LOG_DOMAIN, IDE_LOG_LEVEL_TRACE, " MSG: %s():%d: "fmt, \
+ g_log(G_LOG_DOMAIN, IDE_LOG_LEVEL_TRACE, " MSG: %s():%d: " fmt, \
G_STRFUNC, __LINE__, ##__VA_ARGS__)
# define IDE_PROBE \
g_log(G_LOG_DOMAIN, IDE_LOG_LEVEL_TRACE, "PROBE: %s():%d", \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]