summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_annotate.cpp
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2021-05-11 20:25:31 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-12 10:15:26 +0900
commit9d4e94e13f2b4f8848911da038eaffcea9dce7a7 (patch)
treeeb933112528741ceec4ada90a71ae7a8adac3a23 /src/svnqt/client_annotate.cpp
parenteb8fa2d68a46e05c52d67e98abb60e9bb70cfa6c (diff)
downloadtdesvn-9d4e94e13f2b4f8848911da038eaffcea9dce7a7.tar.gz
tdesvn-9d4e94e13f2b4f8848911da038eaffcea9dce7a7.zip
Fix ftbfs on Fedora 34
error: ISO C++17 does not allow dynamic exception specifications Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit 88eb13611e1e5626069e1a45ad5fd95fd4618431)
Diffstat (limited to 'src/svnqt/client_annotate.cpp')
-rw-r--r--src/svnqt/client_annotate.cpp2
1 files changed, 1 insertions, 1 deletions
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;