Changeset 5b8726d in git


Ignore:
Timestamp:
Oct 13, 2011, 9:46:17 PM (12 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
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)
Location:
factory
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    recd9a3e r5b8726d  
    484484
    485485CFFList convertNTLvec_pair_GF2X_long2FacCFFList
    486                                (vec_pair_GF2X_long e,GF2 multi,Variable x)
     486    (vec_pair_GF2X_long e, GF2 /*multi*/, Variable x)
    487487{
    488488  //printf("convertNTLvec_pair_GF2X_long2FacCFFList\n");
     
    929929////////////////////////////////////////////////////////////////////////////////
    930930
    931 CFFList convertNTLvec_pair_GF2EX_long2FacCFFList(vec_pair_GF2EX_long e,GF2E multi,Variable x,Variable alpha)
     931CFFList convertNTLvec_pair_GF2EX_long2FacCFFList
     932    (vec_pair_GF2EX_long e, GF2E /*multi*/, Variable x, Variable alpha)
    932933{
    933934  CFFList result;
  • factory/cf_map_ext.cc

    recd9a3e r5b8726d  
    362362
    363363CanonicalForm
    364 mapUp (const CanonicalForm& F, const Variable& alpha, const Variable& beta,
     364mapUp (const CanonicalForm& F, const Variable& alpha, const Variable& /*beta*/,
    365365        const CanonicalForm& prim_elem, const CanonicalForm& im_prim_elem,
    366366        CFList& source, CFList& dest)
  • factory/facHensel.cc

    recd9a3e r5b8726d  
    26802680henselStep122 (const CanonicalForm& F, const CFList& factors,
    26812681              CFArray& bufFactors, const CFList& diophant, CFMatrix& M,
    2682               CFArray& Pi, int j, const CFArray& LCs)
     2682              CFArray& Pi, int j, const CFArray& /*LCs*/)
    26832683{
    26842684  Variable x= F.mvar();
  • factory/fac_ezgcd.cc

    recd9a3e r5b8726d  
    207207
    208208static CanonicalForm
    209 ezgcd_specialcase ( const CanonicalForm & F, const CanonicalForm & G, REvaluation & b, const modpk & bound )
     209ezgcd_specialcase ( const CanonicalForm & F, const CanonicalForm & G, REvaluation & /*b*/, const modpk & /*bound*/ )
    210210{
    211211    CanonicalForm d;
  • 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" );
  • 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;
  • factory/sm_sparsemod.cc

    recd9a3e r5b8726d  
    3232
    3333static CanonicalForm
    34 smodgcd( const CanonicalForm & u, const CanonicalForm & v, const CanonicalForm & lcggt, const REvaluation & alpha, CFRandom & gen, int CHAR, const Variable & extension )
     34smodgcd( const CanonicalForm & u, const CanonicalForm & v, const CanonicalForm & lcggt, const REvaluation & alpha, CFRandom & gen, int CHAR, const Variable & /*extension*/ )
    3535{
    3636  DEBOUTLN( cerr, " ALPHA = " << alpha );
  • factory/sm_util.cc

    recd9a3e r5b8726d  
    6666//}}}
    6767static CanonicalForm
    68 interpol( const CFArray & values, const CanonicalForm & point, const CFArray & points, const Variable & x, int d, int CHAR )
     68interpol( const CFArray & values, const CanonicalForm & point, const CFArray & points, const Variable & x, int d, int /*CHAR*/ )
    6969{
    7070  CFArray alpha( 1, d+1 );
Note: See TracChangeset for help on using the changeset viewer.