Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with GCC8 #142

Closed
wants to merge 4 commits into from
Closed

Fix build with GCC8 #142

wants to merge 4 commits into from

Conversation

pkubaj
Copy link
Contributor

@pkubaj pkubaj commented May 13, 2019

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
Copy link
Owner

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

@gmarcais gmarcais closed this May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants