Fix build on some (older?) GCCs.
authorCarl Hetherington <cth@carlh.net>
Mon, 20 Apr 2020 21:15:54 +0000 (23:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Apr 2020 21:15:54 +0000 (23:15 +0200)
src/exceptions.h

index b58d02404675bae17e518518a6036538e8f51f6f..7ed729dd86550e1d932e66a8b019592478a41323 100644 (file)
@@ -230,6 +230,7 @@ class StartCompressionError : public std::runtime_error
 {
 public:
        explicit StartCompressionError (boost::optional<int> code = boost::optional<int>());
+       ~StartCompressionError () throw () {}
 
        boost::optional<int> code () const {
                return _code;