[PPL-devel] [GIT] ppl/ppl(bounded_arithmetic): Unused parameter name omitted.

Roberto Bagnara bagnara at cs.unipr.it
Sun Apr 26 20:35:56 CEST 2009


Module: ppl/ppl
Branch: bounded_arithmetic
Commit: e2bfeb6d0eb4eb88ccbfabcbce8e8a8415b34901
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=e2bfeb6d0eb4eb88ccbfabcbce8e8a8415b34901

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Apr 26 20:35:34 2009 +0200

Unused parameter name omitted.

---

 src/checked_mpq.inlines.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/checked_mpq.inlines.hh b/src/checked_mpq.inlines.hh
index 978377e..436d61e 100644
--- a/src/checked_mpq.inlines.hh
+++ b/src/checked_mpq.inlines.hh
@@ -327,7 +327,7 @@ PPL_SPECIALIZE_REM(rem_mpq, mpq_class, mpq_class, mpq_class)
 template <typename To_Policy, typename From_Policy>
 inline Result
 mul_2exp_mpq(mpq_class& to, const mpq_class& x, unsigned int exp,
-             Rounding_Dir dir) {
+             Rounding_Dir) {
   mpz_mul_2exp(to.get_num().get_mpz_t(), x.get_num().get_mpz_t(), exp);
   to.get_den() = x.get_den();
   to.canonicalize();




More information about the PPL-devel mailing list