From 986c668ee6a5d599e5e4cdc6c3e4f13b44c81182 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Fri, 11 Nov 2005 20:16:25 +0000 Subject: [PATCH] Silent gcc --- moo/moopython/mooplugin-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/moopython/mooplugin-python.c b/moo/moopython/mooplugin-python.c index 150a8298..6a03bfd1 100644 --- a/moo/moopython/mooplugin-python.c +++ b/moo/moopython/mooplugin-python.c @@ -393,7 +393,7 @@ hook_new (HookType type, PyObject *callback, PyObject *data) { - int data_len, extra, i; + int data_len, extra = 0, i; Hook *hook = g_new0 (Hook, 1); hook->type = type;