Changeset fe2736 in git


Ignore:
Timestamp:
Oct 3, 2020, 10:27:15 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6c613e319ffabdf574fa1930801650f989bb855a
Parents:
467185bfeab3ab121c6912523b64db237b788a49
Message:
complier warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_hnf.cc

    r467185 rfe2736  
    6060#else
    6161  factoryError("NTL/FLINT missing: cf_HNF");
     62  return NULL; // avoid warning
    6263#endif
    6364}
     
    8485#else
    8586  factoryError("NTL/FLINT missing: cf_LLL");
     87  return NULL; // avoid warning
    8688#endif
    8789}
Note: See TracChangeset for help on using the changeset viewer.