jwilk-archive/pdf2djvu

config.cc:457:29: warning: catching polymorphic type 'class string_format::ParseError' by value [-Wcatch-value=]

dcb314 opened this issue · 2 comments

Source code is

catch (string_format::ParseError)

Maybe better code

catch (const string_format::ParseError &)
jwilk commented

Thanks for the bug report.
Fixed in 7e836d1.

jwilk commented

Fixed in 0.9.6.