Changeset 447349 in git


Ignore:
Timestamp:
Sep 19, 2012, 10:48:03 AM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8fa570bc2512a954200ce7945519522f1072e7e2
Parents:
49660c91b075bf44c9cee29176507b1e9bc2e496
git-author:
Martin Lee <martinlee84@web.de>2012-09-19 10:48:03+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-10-25 15:11:13+02:00
Message:
chg: fix compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd.cc

    r49660c r447349  
    2626#include "NTLconvert.h"
    2727bool isPurePoly(const CanonicalForm & );
     28#ifndef HAVE_FLINT
    2829static CanonicalForm gcd_univar_ntl0( const CanonicalForm &, const CanonicalForm & );
    2930static CanonicalForm gcd_univar_ntlp( const CanonicalForm &, const CanonicalForm & );
     31#endif
    3032#endif
    3133
     
    10401042
    10411043#ifdef HAVE_NTL
    1042 
     1044#ifndef HAVE_FLINT
    10431045static CanonicalForm
    10441046gcd_univar_ntl0( const CanonicalForm & F, const CanonicalForm & G )
     
    10821084  #endif
    10831085}
    1084 
     1086#endif
    10851087#endif
    10861088
Note: See TracChangeset for help on using the changeset viewer.