From 6691e2011a79adb2b65262cc1301995f30914676 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Apr 2020 23:15:54 +0200 Subject: Fix build on some (older?) GCCs. --- src/exceptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/exceptions.h b/src/exceptions.h index b58d0240..7ed729dd 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -230,6 +230,7 @@ class StartCompressionError : public std::runtime_error { public: explicit StartCompressionError (boost::optional code = boost::optional()); + ~StartCompressionError () throw () {} boost::optional code () const { return _code; -- cgit v1.2.3