Changeset 6909cfb in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Feb 20, 2013, 3:48:32 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e4ec146a83f4d025c2cb4229c4b171a375173c1
Parents:
367df95c40f03bb94a871481eb198951b3a42c85
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-20 15:48:32+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-21 20:00:58+01:00
Message:
fix: -Wunused-variable warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r367df9 r6909cfb  
    972972  assume(rIsPluralRing(currRing));
    973973
    974   int i;
     974  // int i;
    975975//  idhdl h;
    976976 /* setting global variables ------------------- */
     
    10701070  assume(currRing->OrdSgn != -1); // no mora!!! it terminates only for global ordering!!! (?)
    10711071
    1072   intvec *w=NULL;
    1073   intvec *hilb=NULL;
     1072  // intvec *w=NULL;
     1073  // intvec *hilb=NULL;
    10741074  int   olddeg,reduc;
    10751075  int red_result=1;
    1076   int hilbeledeg=1,hilbcount=0,minimcnt=0;
     1076  int /*hilbeledeg=1,*/hilbcount=0/*,minimcnt=0*/;
    10771077
    10781078  initBuchMoraCrit(strat); /*set Gebauer, honey, sugarCrit*/
Note: See TracChangeset for help on using the changeset viewer.