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

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


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

The following commit has been merged in the master branch:
commit 4adddce15377641efcd2ec2e0cf36c23d0eaf510
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Dec 28 06:11:10 2013 +0000

    Issue: 940.  Compiler warnings.  Really should fix the mess concerning str_error_r in autotools and CMake in the config directory.
---
 src/futils.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/futils.cpp b/src/futils.cpp
index e12251f..f511b3c 100644
--- a/src/futils.cpp
+++ b/src/futils.cpp
@@ -95,10 +95,12 @@ namespace Exiv2 {
 #if    ( _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600 ) && ! _GNU_SOURCE
 // XSI-compliant version of strerror_r() is provided
 #else
+#ifdef __clang6__
 #define STRERROR_R_CHAR_P
 #endif
 #endif
 #endif
+#endif
 
     std::string strError()
     {

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list