summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_status.cpp
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2021-05-11 20:25:31 +0200
committerMichele Calgaro <[email protected]>2021-05-12 10:15:26 +0900
commit9d4e94e13f2b4f8848911da038eaffcea9dce7a7 (patch)
treeeb933112528741ceec4ada90a71ae7a8adac3a23 /src/svnqt/client_status.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 <[email protected]> (cherry picked from commit 88eb13611e1e5626069e1a45ad5fd95fd4618431)
Diffstat (limited to 'src/svnqt/client_status.cpp')
-rw-r--r--src/svnqt/client_status.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/svnqt/client_status.cpp b/src/svnqt/client_status.cpp
index ff75d25..e007d78 100644
--- a/src/svnqt/client_status.cpp
+++ b/src/svnqt/client_status.cpp
@@ -398,7 +398,7 @@ namespace svn
const Revision revision,
bool detailed_remote,
const bool hide_externals,
- const StringArray & changelists) throw (ClientException)
+ const StringArray & changelists)
{
if (Url::isValid (path.path())) {
return remoteStatus (this, path, depth, get_all, update,
@@ -483,7 +483,7 @@ namespace svn
}
StatusPtr
- Client_impl::singleStatus (const Path& path,bool update,const Revision revision) throw (ClientException)
+ Client_impl::singleStatus (const Path& path,bool update,const Revision revision)
{
if (Url::isValid (path.path()))
return remoteSingleStatus (this, path,revision, m_context);
@@ -500,7 +500,7 @@ namespace svn
bool strictNodeHistory,int limit,
bool include_merged_revisions,
const StringArray&revprops
- ) throw (ClientException)
+ )
{
Targets target(path);
Pool pool;
@@ -573,7 +573,7 @@ namespace svn
bool strictNodeHistory,int limit,
bool include_merged_revisions,
const StringArray&revprops
- ) throw (ClientException)
+ )
{
Targets target(path);
Pool pool;
@@ -647,7 +647,7 @@ namespace svn
const Revision & rev,
const Revision & peg_revision,
const StringArray&changelists
- ) throw (ClientException)
+ )
{
InfoEntries ientries;