From 9d4e94e13f2b4f8848911da038eaffcea9dce7a7 Mon Sep 17 00:00:00 2001 From: François Andriot Date: Tue, 11 May 2021 20:25:31 +0200 Subject: Fix ftbfs on Fedora 34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit error: ISO C++17 does not allow dynamic exception specifications Signed-off-by: François Andriot (cherry picked from commit 88eb13611e1e5626069e1a45ad5fd95fd4618431) --- src/svnqt/client_annotate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnqt/client_annotate.cpp') diff --git a/src/svnqt/client_annotate.cpp b/src/svnqt/client_annotate.cpp index 2930298..7fea685 100644 --- a/src/svnqt/client_annotate.cpp +++ b/src/svnqt/client_annotate.cpp @@ -90,7 +90,7 @@ namespace svn const DiffOptions&diffoptions, bool ignore_mimetypes, bool include_merged_revisions - ) throw (ClientException) + ) { Pool pool; svn_error_t *error; -- cgit v1.2.3