Changeset 69658e in git for Singular/janet.cc


Ignore:
Timestamp:
Feb 22, 2013, 12:29:35 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e2c67897e034b7ffa5b8a0dda72431cff944d4a
Parents:
367df95c40f03bb94a871481eb198951b3a42c85cd4f243f3aafc7080a52fa973f2d90493e4847f2
Message:
Merge pull request #295 from YueRen/warnings

Warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/janet.cc

    r367df9 r69658e  
    3333
    3434//------GLOBALS-------
    35 static int m_s,v_s,vectorized,VarN1,offset;
     35static int /*m_s,v_s,vectorized,VarN1,*/offset;
    3636static jList *T,*Q;
    3737static TreeM *G;
    38 static Poly *phD;
     38// static Poly *phD;
    3939static NodeM *FreeNodes;
    4040static int degree_compatible;
     
    193193{
    194194  Poly *f;
    195   int g1,f1,gg;
     195  // int g1,f1,gg;
    196196
    197197  if ((f=is_div_(F,p->lead))==NULL) return;
     
    246246
    247247  //if (TEST_OPT_PROT) { PrintS("R"); mflush(); }
    248   int old_size, count;
     248  int /*old_size, */count;
    249249  count=0;
    250250  while(f && p->root)
     
    301301}
    302302
    303 int ValidatePoly(Poly *x, TreeM *F)
    304 {
    305   Poly *f,*g;
    306   int g1,f1;
     303int ValidatePoly(Poly *x, TreeM */*F*/)
     304{
     305  Poly /*f,*/*g;
     306  // int g1,f1;
    307307
    308308  if (x->root) return 1;
     
    971971}
    972972
    973 static Poly *h,*f;
     973static Poly *h/*,*f*/;
    974974
    975975void insert_in_G(Poly *x)
     
    998998int ComputeBasis(jList *_lT,jList *_lQ)
    999999{
    1000   int gb_l,i,ret_value=1;
     1000  // int gb_l,i,ret_value=1;
    10011001
    10021002  T=_lT; Q=_lQ;
Note: See TracChangeset for help on using the changeset viewer.