Quieten a couple of harmless warnings. See bug #66367.

2003-11-26  Dave Neary  <bolsh@gimp.org>

        * plug-ins/common/animoptimize.c: Quieten a couple of harmless
        warnings. See bug #66367.
This commit is contained in:
Dave Neary 2003-11-26 20:30:48 +00:00 committed by David Neary
parent f659de8b74
commit fb920cd795
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-11-26 Dave Neary <bolsh@gimp.org>
* plug-ins/common/animoptimize.c: Quieten a couple of harmless
warnings. See bug #66367.
2003-11-26 Sven Neumann <sven@gimp.org>
* plug-ins/common/svg.c (load_set_size_callback): fixed SVG import

View file

@ -969,6 +969,7 @@ g_warning("stat fun");
}
}
skip_right:
/* nop */;
} /* xit */
/* Compare with next pixels from right to left */
@ -1009,6 +1010,7 @@ g_warning("stat fun");
}
}
skip_left:
/* nop */;
} /* xit */
} /* yit */
}