gmarcais / Jellyfish

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

Fix build with GCC8 #142

Closed pkubaj closed 5 years ago

pkubaj commented 5 years ago

Replace couple of exceptions from using value to references:

sub_commands/count_main.cc:333:28: error: catching polymorphic type 'class MergeError' by value [-Werror=catch-value=]
         } catch(MergeError e) {
gmarcais commented 5 years ago

This was merged into the develop branch. It will appear in master and version 2.3.0 shortly. Thanks for the patches.