[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:55 UTC 2017


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

The following commit has been merged in the master branch:
commit e5749ee8b6960191f26e4e94ba7588a0ec5cf69b
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Aug 30 20:24:03 2010 +0000

    #724: Avoid warning if _MSC_VER is not defined.
---
 config/config.h.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.h.cmake b/config/config.h.cmake
index 9f3731a..84f7b2a 100644
--- a/config/config.h.cmake
+++ b/config/config.h.cmake
@@ -243,6 +243,6 @@ typedef int pid_t;
   Disable warnings about 'deprecated' standard functions
   See, eg. http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=259
 */
-#if _MSC_VER >= 1400
+#if defined(_MSC_VER) && (_MSC_VER >= 1400)
 # pragma warning(disable : 4996 4251)
 #endif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list