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

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


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

The following commit has been merged in the master branch:
commit ba785b2a02c34950162eeb82cde3be0e404b8fa8
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Nov 3 10:13:43 2016 +0000

    #1230 Fix msvc build breaker when building using configure -x (without xmp)
---
 src/convert.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/convert.cpp b/src/convert.cpp
index cf477d6..5753dfc 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -67,6 +67,10 @@ EXIV2_RCSID("@(#) $Id$")
 # include <MD5.h>
 #endif // EXV_HAVE_XMP_TOOLKIT
 
+#ifndef UNUSED
+#define UNUSED(x) (void)(x)
+#endif
+
 // *****************************************************************************
 // local declarations
 namespace {

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list