diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 13:49:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 08:43:24 +0100 |
commit | 0877b8e08cf9eb5e1bb61737f1fdfb0129af603c (patch) | |
tree | f5e42c42fe5ab71d7253340419ccc94ffbca2c04 | |
parent | df4931e18fb3dd6d95308858a396d52b32854472 (diff) |
silence warning
-rw-r--r-- | sdext/source/pdfimport/pdfparse/pdfparse.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx index b3ffa64427dd..cc985fbd467c 100644 --- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx +++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx @@ -113,7 +113,7 @@ public: typedef nil_t result_t; template <typename ScannerT> std::ptrdiff_t - operator()(ScannerT const& scan, result_t& result) const + operator()(ScannerT const& scan, result_t&) const { std::ptrdiff_t len = 0; |