Changeset cd4f24 in git for kernel/kutil.cc


Ignore:
Timestamp:
Feb 21, 2013, 5:32:27 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
69658e5e110d586876c43dd51520b4365cec0c52
Parents:
2e4ec146a83f4d025c2cb4229c4b171a375173c1
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 17:32:27+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:59+01:00
Message:
fix: -Wunused-but-set-variable warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r2e4ec14 rcd4f24  
    395395void HEckeTest (poly pp,kStrategy strat)
    396396{
    397   int   j,k,p;
     397  int   j,/*k,*/p;
    398398
    399399  strat->kHEdgeFound=FALSE;
     
    410410    //  return FALSE;
    411411  }
    412   k = 0;
     412  // k = 0;
    413413  p=pIsPurePower(pp);
    414414  if (p!=0) strat->NotUsedAxis[p] = FALSE;
     
    635635
    636636  poly p = T->p;
    637   ring r = currRing;
     637  // ring r = currRing;
    638638
    639639  if (T->p == NULL && T->t_p == NULL && i >= 0)
     
    651651      if (msg != NULL)
    652652        return dReportError("%c[%d] %s", TN, i, msg);
    653       r = T->tailRing;
     653      // r = T->tailRing;
    654654      p = T->t_p;
    655655    }
     
    657657    {
    658658      p = T->t_p;
    659       r = T->tailRing;
     659      // r = T->tailRing;
    660660    }
    661661    if (T->t_p != NULL && i >= 0 && TN == 'T')
Note: See TracChangeset for help on using the changeset viewer.