Changeset b2e2b0 in git for factory/cf_gcd.cc


Ignore:
Timestamp:
Jul 3, 2020, 5:03:52 PM (4 years ago)
Author:
Max Horn <max@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
d0adb23686023dffa37da6380408f9f10d314ae4
Parents:
94479b06ea30b1f20ba9a730ece0083db571e984
git-author:
Max Horn <max@quendi.de>2020-07-03 17:03:52+02:00
git-committer:
Max Horn <max@quendi.de>2020-07-07 09:42:17+02:00
Message:
Fix a bunch of warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r94479b rb2e2b0  
    101101  if ( getCharacteristic() != 0 )
    102102  {
    103     if (0) ; // dummy, to be able to build without NTL and FLINT
     103    if (0) {} // dummy, to be able to build without NTL and FLINT
    104104    #if defined(HAVE_FLINT) && ( __FLINT_RELEASE >= 20503)
    105105    if ( isOn( SW_USE_FL_GCD_P)
Note: See TracChangeset for help on using the changeset viewer.