Revision: 1302
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1302&view=rev
Author:   zas_
Date:     2008-12-20 21:47:04 +0000 (Sat, 20 Dec 2008)

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

Modified Paths:
--------------
    trunk/src/exiv2.cc
    trunk/src/filefilter.c

Modified: trunk/src/exiv2.cc
===================================================================
--- trunk/src/exiv2.cc  2008-12-20 21:30:27 UTC (rev 1301)
+++ trunk/src/exiv2.cc  2008-12-20 21:47:04 UTC (rev 1302)
@@ -749,7 +749,6 @@
        try {
                const GList *work = values;
 
-               Exiv2::Metadatum *item = NULL;
                try {
                        Exiv2::ExifKey ekey(key);
                        

Modified: trunk/src/filefilter.c
===================================================================
--- trunk/src/filefilter.c      2008-12-20 21:30:27 UTC (rev 1301)
+++ trunk/src/filefilter.c      2008-12-20 21:47:04 UTC (rev 1302)
@@ -471,7 +471,7 @@
        if (quoted)
                value = quoted_value(text, NULL);
        else
-               value = text;
+               value = (gchar *) text;
 
        if (value == NULL) return;
 


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

------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to