gegl r2677 - in trunk: . gegl/operation
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2677 - in trunk: . gegl/operation
- Date: Sat, 1 Nov 2008 16:15:57 +0000 (UTC)
Author: ok
Date: Sat Nov 1 16:15:57 2008
New Revision: 2677
URL: http://svn.gnome.org/viewvc/gegl?rev=2677&view=rev
Log:
* gegl/operation/gegl-operation-point-composer.c:
(gegl_operation_composer_process2): quiten gcc about variable that
really is only accessed when set.
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation-point-composer.c
Modified: trunk/gegl/operation/gegl-operation-point-composer.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-point-composer.c (original)
+++ trunk/gegl/operation/gegl-operation-point-composer.c Sat Nov 1 16:15:57 2008
@@ -127,7 +127,7 @@
/* SKIP_EMPTY_IN */
if(!done)
{
- const GeglRectangle *in_abyss;
+ const GeglRectangle *in_abyss = NULL;
if (input)
in_abyss = gegl_buffer_get_abyss (input);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]