forked from AuroraMiddleware/gtk
Fix compiler warnings
This commit is contained in:
parent
d1da582ab8
commit
9ecfc48c12
@ -225,7 +225,7 @@ gboolean gdk_pixbuf__wbmp_image_load_increment(gpointer data, guchar * buf,
|
||||
{
|
||||
struct wbmp_progressive_state *context =
|
||||
(struct wbmp_progressive_state *) data;
|
||||
gboolean bv;
|
||||
gboolean bv = FALSE;
|
||||
|
||||
do
|
||||
{
|
||||
|
@ -68,6 +68,8 @@ SOFTWARE.
|
||||
* the y-x-banding that's so nice to have...
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <gdkregion.h>
|
||||
#include "gdkregion-generic.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user