[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. bf1b422f823a75aa61de6a21d9e3d229ee
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2023-04-04 08:48:24
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via bf1b422f823a75aa61de6a21d9e3d229ee373617 (commit)
from 4ecd77a6bbccd32eaa939d0b06d441ec7a07da6e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/bf1b422f823a75aa61de6a21d9e3d229ee373617/
commit bf1b422f823a75aa61de6a21d9e3d229ee373617
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue Apr 4 01:47:27 2023 -0700
Revert "Fixed several clang -Wdeprecated-dynamic-exception-spec warnings"
This reverts commit 6da731836814b137da1a04953449388b2fff2ce1.
---
Fix
c:\projects\gdcm\utilities\socketxx\socket++\sockstream.h(93): error C3646: 'noexcept' : unknown override specifier [C:\projects\gdcm\Utilities\socketxx\socket++\socketxx.vcxproj]
diff --git a/Utilities/socketxx/socket++/sockstream.h b/Utilities/socketxx/socket++/sockstream.h
index 87acd34c7..0a3fb667f 100644
--- a/Utilities/socketxx/socket++/sockstream.h
+++ b/Utilities/socketxx/socket++/sockstream.h
@@ -90,9 +90,9 @@ class MY_API sockerr : public std::exception
err = O.err;
text = O.text;
}
- ~sockerr() noexcept override {}
+ ~sockerr() throw() override {}
- const char* what () const noexcept override { return "sockerr"; }
+ const char* what () const throw() override { return "sockerr"; }
const char* operation () const { return text.text.c_str(); }
// int errno () const { return err; }
-----------------------------------------------------------------------
Summary of changes:
Utilities/socketxx/socket++/sockstream.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|