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

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


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

The following commit has been merged in the master branch:
commit b736acfceccc169efae23456533dde5a47005909
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Jan 15 07:31:01 2013 +0000

    Fixing compiler warning on Linux.
---
 src/tiffimage.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp
index 35fe41c..5274262 100644
--- a/src/tiffimage.cpp
+++ b/src/tiffimage.cpp
@@ -2030,6 +2030,7 @@ namespace Exiv2 {
             buf.pData_[0] = 0x4d;
             buf.pData_[1] = 0x4d;
             break;
+        case asciiBytes:
         case invalidByteOrder:
             assert(false);
             break;
@@ -2049,6 +2050,7 @@ namespace Exiv2 {
         switch (byteOrder_) {
         case littleEndian:     os << ", " << _("little endian encoded"); break;
         case bigEndian:        os << ", " << _("big endian encoded");    break;
+        case asciiBytes      : break;
         case invalidByteOrder: break;
         }
         os << "
";

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list