Fix compiler warnings

This commit is contained in:
Elliot Lee 2000-08-09 02:56:13 +00:00
parent d1da582ab8
commit 9ecfc48c12
2 changed files with 3 additions and 1 deletions

View File

@ -225,7 +225,7 @@ gboolean gdk_pixbuf__wbmp_image_load_increment(gpointer data, guchar * buf,
{ {
struct wbmp_progressive_state *context = struct wbmp_progressive_state *context =
(struct wbmp_progressive_state *) data; (struct wbmp_progressive_state *) data;
gboolean bv; gboolean bv = FALSE;
do do
{ {

View File

@ -68,6 +68,8 @@ SOFTWARE.
* the y-x-banding that's so nice to have... * the y-x-banding that's so nice to have...
*/ */
#include <stdlib.h>
#include <string.h>
#include <gdkregion.h> #include <gdkregion.h>
#include "gdkregion-generic.h" #include "gdkregion-generic.h"