Revision: 1111
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1111&view=rev
Author:   zas_
Date:     2008-08-31 08:13:36 +0000 (Sun, 31 Aug 2008)

Log Message:
-----------
Fix two minor compilation warnings.

Modified Paths:
--------------
    trunk/src/exiv2.cc
    trunk/src/image-load.c

Modified: trunk/src/exiv2.cc
===================================================================
--- trunk/src/exiv2.cc  2008-08-30 20:15:47 UTC (rev 1110)
+++ trunk/src/exiv2.cc  2008-08-31 08:13:36 UTC (rev 1111)
@@ -674,7 +674,6 @@
 
 extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len)
 {
-       int success;
        unsigned long offset;
 
        if (!exif) return NULL;

Modified: trunk/src/image-load.c
===================================================================
--- trunk/src/image-load.c      2008-08-30 20:15:47 UTC (rev 1110)
+++ trunk/src/image-load.c      2008-08-31 08:13:36 UTC (rev 1111)
@@ -57,6 +57,7 @@
                        sizeof (ImageLoader),
                        0,      /* n_preallocs */
                        (GInstanceInitFunc)image_loader_init, /* instance_init 
*/
+                       NULL    /* value_table */
                        };
                type = g_type_register_static (G_TYPE_OBJECT, 
"ImageLoaderType", &info, 0);
                }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to