Changeset 5b8726d in git for factory/fac_multihensel.cc


Ignore:
Timestamp:
Oct 13, 2011, 9:46:17 PM (13 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee1f01f859833388e917cc3b0cb2a404fd3babf1
Parents:
ecd9a3e3080b093745b8ca81ccac0542ba57ccb9
git-author:
Niels Ranosch <ranosch@mfo.de>2011-10-13 21:46:17+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:05+01:00
Message:
FIX: unused function arguments should better not have names as compiler warns about them (=> commented out argument names)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_multihensel.cc

    recd9a3e r5b8726d  
    2222
    2323static void
    24 extgcdrest ( const CanonicalForm & a, const CanonicalForm & b, const CanonicalForm & s, const CanonicalForm & t, const CanonicalForm & c, CanonicalForm & S, CanonicalForm & T, const modpk & pk )
     24extgcdrest ( const CanonicalForm & a, const CanonicalForm & b, const CanonicalForm & s, const CanonicalForm & t, const CanonicalForm & c, CanonicalForm & S, CanonicalForm & T, const modpk & /*pk*/ )
    2525{
    2626    CanonicalForm sigma = s * c, tau = t * c;
     
    323323
    324324bool
    325 Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x )
     325Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & /*x*/ )
    326326{
    327327    DEBINCLEVEL( cerr, "Hensel" );
Note: See TracChangeset for help on using the changeset viewer.