]> Pileus Git - ~andy/gtk/commit
function doesn't return a value, so don't use g_return_val_if_fail()
authorManish Singh <yosh@gimp.org>
Fri, 9 Jul 2004 22:40:37 +0000 (22:40 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 9 Jul 2004 22:40:37 +0000 (22:40 +0000)
commit2633a03012796946a7af70bb89ade4948975f0eb
treeb1a37139f9d38dd7946981da58ef5ee0ad98b9fc
parent8889f2b45d87303873ef5cb2590c3de8157707af
function doesn't return a value, so don't use g_return_val_if_fail()

Fri Jul  9 15:38:06 2004  Manish Singh  <yosh@gimp.org>

        * gdk-pixbuf-io.c (gdk_pixbuf_format_set_disabled): function doesn't
        return a value, so don't use g_return_val_if_fail()

        * gdk-pixbuf-scale.c (gdk_pixbuf_rotate_simple): initialize dest in
        the can't happen case, to quiet gcc.

        * io-tiff.c (tifflibversion): enclose in #if TIFFLIB_VERSION >=
        20031226.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf-scale.c
gdk-pixbuf/io-tiff.c