[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:13 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c9e4179

The following commit has been merged in the master branch:
commit c9e41799da6e543fe545dd0d68874d961d0abc72
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Apr 6 13:32:22 2010 +0000

    Completed fix from r2039.
---
 src/xmp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xmp.cpp b/src/xmp.cpp
index 40c07f0..80b9a40 100644
--- a/src/xmp.cpp
+++ b/src/xmp.cpp
@@ -693,7 +693,7 @@ namespace Exiv2 {
         return 3;
     }
 #else
-    catch (const XMP_Error& e) {
+    catch (const XMP_Error&) {
         return 3;
     }
 #endif // SUPPRESS_WARNINGS

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list