Changeset 49ba09 in git


Ignore:
Timestamp:
Jan 7, 2014, 3:48:53 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
cb7b21794203a8052a1a05063ef1cc77ef771639
Parents:
9fbf02f68394ff576e8b5825b51326cca02d8cdd
git-author:
Martin Lee <martinlee84@web.de>2014-01-07 15:48:53+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
Message:
fix: compiler warning in case FLINT >= 2.4 is around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facHensel.cc

    r9fbf02 r49ba09  
    4646TIMING_DEFINE_PRINT (hensel)
    4747
     48#if (!(HAVE_FLINT && __FLINT_VERSION_MINOR >= 4))
    4849static
    4950CFList productsNTL (const CFList& factors, const CanonicalForm& M)
     
    8384  return result;
    8485}
     86#endif
    8587
    8688#if (HAVE_FLINT && __FLINT_VERSION_MINOR >= 4)
Note: See TracChangeset for help on using the changeset viewer.