* guile-gnome, devel: fix g_get_current_time should [temporarily] not being wrapped
@ 2014-07-05 5:40 David Pirotte
0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2014-07-05 5:40 UTC (permalink / raw)
To: guile-devel
[-- Attachment #1: Type: text/plain, Size: 128 bytes --]
Hello,
guile-gnome
devel: fix g_get_current_time should [temporarily] not being wrapped
Attached...
Happy hacking,
David
[-- Attachment #2: 0010-fix-g_get_current_time-should-temporarily-not-being-.patch --]
[-- Type: text/x-patch, Size: 991 bytes --]
From c9ef3a83a1b0d6ce6fed0fe330749ec2f89b3620 Mon Sep 17 00:00:00 2001
From: David PIROTTE <david@altosw.be>
Date: Sat, 5 Jul 2014 02:38:09 -0300
Subject: [PATCH 10/10] fix g_get_current_time should [temporarily] not being
wrapped
* glib/gnome/overrides/glib.defs: g_get_current_time added to the
ignore list. note that it was not wrapped in previous version
either. this tiny patch does not introduce an api break, it merely
gets rid of unnecessary warnings at compile time.
---
glib/gnome/overrides/glib.defs | 1 +
1 file changed, 1 insertion(+)
diff --git a/glib/gnome/overrides/glib.defs b/glib/gnome/overrides/glib.defs
index 7bf1f21..dd24b26 100644
--- a/glib/gnome/overrides/glib.defs
+++ b/glib/gnome/overrides/glib.defs
@@ -522,6 +522,7 @@
"g_getenv"
"g_get_charset"
"g_get_current_dir"
+ "g_get_current_time" ;; GTimeVal*
"g_get_filename_charsets"
"g_get_language_names"
"g_get_system_data_dirs"
--
2.0.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-05 5:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05 5:40 guile-gnome, devel: fix g_get_current_time should [temporarily] not being wrapped David Pirotte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).