gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
463 stars 136 forks source link

Fix compilation with clang compilers #21

Closed martin-steghoefer closed 9 years ago

martin-steghoefer commented 9 years ago

To a growing number of users, LLVM and particularly the clang frontend is the preferred alternative to GCC on Unix systems. My changes make sure that Jellyfish compiles and works with clang 3.4 and clang 3.5.

gmarcais commented 9 years ago

Thank you for the patch.

martin-steghoefer commented 9 years ago

My pleasure! :-)