Changeset 19addd1 in git for gfanlib/gfanlib_q.h


Ignore:
Timestamp:
Oct 25, 2013, 6:22:01 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69b2c1754cbeecd7c1b844e71e2101e1b3794062
Parents:
b7b2c516034df879b01c7c8666bbdf0928da91dc
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-10-25 18:22:01+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-10-25 18:25:28+02:00
Message:
fix: warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_q.h

    rb7b2c5 r19addd1  
    156156    return mpq_sgn(value);
    157157  }
    158   static Rational gcd(Rational const &a, Rational const &b, Rational &s, Rational &t)
     158  static Rational gcd(Rational const &a, Rational const /*&b*/, Rational /*&s*/, Rational /*t*/)
    159159  {
    160160/*    mpz_t r;
Note: See TracChangeset for help on using the changeset viewer.