From 1673659da2aa1f33c63b73059ac78ac9a0f263e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Wed, 28 Mar 2018 14:14:31 -0300 Subject: a bit more of warning cleanup --- src/object/sp-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-text.cpp') diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp index 326e540c4..b18242dff 100644 --- a/src/object/sp-text.cpp +++ b/src/object/sp-text.cpp @@ -442,7 +442,7 @@ unsigned SPText::_buildLayoutInput(SPObject *root, Inkscape::Text::Layout::Optio if (style->shape_inside.set ) { // Find union of all exclusion shapes - Shape *exclusion_shape; + Shape *exclusion_shape = NULL; if(style->shape_subtract.set) { exclusion_shape = _buildExclusionShape(); } -- cgit v1.2.3