refresh-bio / KMC

Fast and frugal disk based k-mer counter
256 stars 73 forks source link

avoid redefinition #111

Closed karasikov closed 5 years ago

karasikov commented 5 years ago

Fix a warning on MacOS

In file included from /Users/.../KMC/kmc_api/kmc_file.h:14,
                 from /Users/....cpp:6:
/Users/.../KMC/kmc_api/kmer_defs.h:18: error: "MIN" redefined [-Werror]
 #define MIN(x,y) ((x) < (y) ? (x) : (y))