[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:40 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e26985d
The following commit has been merged in the master branch:
commit e26985d18b636553b1f5a61441ed33075d5b69db
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Jul 13 15:02:39 2009 +0000
#533: Changed two more warnings to debug messages (Volker Grabsch)
---
src/jpgimage.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index f683726..81c97da 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -138,7 +138,7 @@ namespace Exiv2 {
psSize += (psSize & 1);
position += psSize;
if (position + 4 > sizePsData) {
-#ifndef SUPPRESS_WARNINGS
+#ifdef DEBUG
std::cerr << "Warning: "
<< "Invalid or extended Photoshop IRB
";
#endif
@@ -177,7 +177,7 @@ namespace Exiv2 {
std::cerr << "pPsData doesn't start with '8BIM'
";
#endif
if (position < sizePsData) {
-#ifndef SUPPRESS_WARNINGS
+#ifdef DEBUG
std::cerr << "Warning: "
<< "Invalid or extended Photoshop IRB
";
#endif
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list