Changeset 6909cfb in git for dyn_modules/bigintm


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
  • dyn_modules/bigintm/bigintm.cc

    r367df9 r6909cfb  
    4646  assume( l->Typ() == bigintm_type_id );
    4747 
    48   blackbox *ll=getBlackboxStuff(l->Typ());
     48  // blackbox *ll=getBlackboxStuff(l->Typ());
    4949 
    5050  if (r->Typ()>MAX_TOK)
     
    5252    if (bigintm_type_id == r->Typ())
    5353    {
    54       blackbox *rr=getBlackboxStuff(r->Typ());
     54      // blackbox *rr=getBlackboxStuff(r->Typ());
    5555     
    5656      if (l->Data()!=NULL) { number n1=(number)l->Data(); n_Delete(&n1,coeffs_BIGINT); }
     
    126126  assume( a1->Typ() == bigintm_type_id );
    127127 
    128   blackbox *a=getBlackboxStuff(a1->Typ());
     128  // blackbox *a=getBlackboxStuff(a1->Typ());
    129129  number n1=(number)a1->Data();
    130130  switch(op)
Note: See TracChangeset for help on using the changeset viewer.