[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=23259f7
The following commit has been merged in the master branch:
commit 23259f799b73939b7a94e2a4b7011b50beb6877b
Author: tbeu <mail at tbeu.de>
Date: Thu Aug 18 19:49:38 2016 +0000
Avoid GCC warning -Wswitch
---
src/pngchunk.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/pngchunk.cpp b/src/pngchunk.cpp
index 5bc8a64..ce5a75b 100644
--- a/src/pngchunk.cpp
+++ b/src/pngchunk.cpp
@@ -417,9 +417,11 @@ namespace Exiv2 {
case mdXmp:
chunk = makeUtf8TxtChunk("XML:com.adobe.xmp", metadata, false);
break;
+ case mdIccProfile:
+ break;
case mdNone:
assert(false);
- }
+ }
return chunk;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list