From 81e302f81e877421e5484b086ab6472c557ebc74 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Thu, 9 Aug 2012 21:12:28 +0200 Subject: Warnings cleanup (see Bug #1034663). (bzr r11602) --- src/spray-context.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/spray-context.cpp') diff --git a/src/spray-context.cpp b/src/spray-context.cpp index dc0ffdf0f..8013d9e3a 100644 --- a/src/spray-context.cpp +++ b/src/spray-context.cpp @@ -474,10 +474,10 @@ bool sp_spray_recursive(SPDesktop *desktop, } } else if (mode == SPRAY_MODE_SINGLE_PATH) { - SPItem *father; //initial Object - SPItem *item_copied; //Projected Object - SPItem *unionResult; //previous union - SPItem *son; //father copy + SPItem *father = NULL; //initial Object + SPItem *item_copied = NULL; //Projected Object + SPItem *unionResult = NULL; //previous union + SPItem *son = NULL; //father copy int i=1; for (GSList *items = g_slist_copy((GSList *) selection->itemList()); -- cgit v1.2.3