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

Warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r367df9 r69658e  
    15391539  assume( n_Test(a, src) );
    15401540  if (n_IsZero(a, src)) return NULL;
    1541   int p = rChar(dst->extRing);
     1541  // int p = rChar(dst->extRing);
    15421542  number q = nlModP(a, src, dst->extRing->cf);
    15431543
     
    16941694  return (number)result;
    16951695}
    1696 CanonicalForm ntConvSingNFactoryN( number n, BOOLEAN setChar, const coeffs cf )
     1696CanonicalForm ntConvSingNFactoryN( number n, BOOLEAN /*setChar*/, const coeffs cf )
    16971697{
    16981698  ntTest(n);
Note: See TracChangeset for help on using the changeset viewer.