aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-02-25 16:28:34 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-04 22:45:16 +0100
commited19516aa77b632197f47d0ddcd9632678baab98 (patch)
treed452d07e4739099ffa0c64b0e1d90f804944ef0e /libqpdf/QPDF_encryption.cc
parent30027481f7f9e9191f7c8deea51850b7a76b1b1f (diff)
downloadqpdf-ed19516aa77b632197f47d0ddcd9632678baab98.tar.zst
Fix unused local variable warnings
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index c49f4b26..022ee9a4 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -1112,7 +1112,7 @@ QPDF::decryptString(std::string& str, int objid, int generation)
str = std::string(tmp.getPointer(), vlen);
}
}
- catch (QPDFExc& e)
+ catch (QPDFExc&)
{
throw;
}