From ed19516aa77b632197f47d0ddcd9632678baab98 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 25 Feb 2013 10:28:34 -0500 Subject: Fix unused local variable warnings --- libqpdf/QPDF_encryption.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDF_encryption.cc') 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; } -- cgit v1.2.3-54-g00ecf