Changeset 5b8726d in git for factory/fac_univar.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_univar.cc

    recd9a3e r5b8726d  
    244244
    245245static int
    246 UnivariateQuadraticLift ( const CanonicalForm &F, const  CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & Gamma, CanonicalForm & gk, CanonicalForm & hk )
     246UnivariateQuadraticLift ( const CanonicalForm &F, const  CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & /*Gamma*/, CanonicalForm & gk, CanonicalForm & hk )
    247247{
    248248    CanonicalForm lf, f, gamma;
     
    320320
    321321static int
    322 UnivariateLinearLift ( const CanonicalForm &F, const  CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & Gamma, CanonicalForm & gk, CanonicalForm & hk )
     322UnivariateLinearLift ( const CanonicalForm &F, const  CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & /*Gamma*/, CanonicalForm & gk, CanonicalForm & hk )
    323323{
    324324    CanonicalForm lf, f, gamma;
Note: See TracChangeset for help on using the changeset viewer.