[libglib-perl] 01/07: Hush a compiler warning

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 19 13:29:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag rel-1-31-0
in repository libglib-perl.

commit 84e466ffdfe42747c4dde242812321e334f1a5c0
Author: Torsten Schönfeld <kaffeetisch at gmx.de>
Date:   Sun Nov 30 18:10:58 2014 +0100

    Hush a compiler warning
---
 GMainLoop.xs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/GMainLoop.xs b/GMainLoop.xs
index 38e2c38..14b42ba 100644
--- a/GMainLoop.xs
+++ b/GMainLoop.xs
@@ -128,6 +128,8 @@ async_watcher_install (void)
 		async_watcher_prepare,
 		async_watcher_check,
 		async_watcher_dispatch,
+		NULL,
+		NULL,
 		NULL
 	};
 	/* FIXME: we never unref the watcher. */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-perl.git



More information about the Pkg-perl-cvs-commits mailing list