[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 297966a852d8671a363830b52add6ea34e
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2023-05-02 09:14: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 297966a852d8671a363830b52add6ea34e7017b6 (commit)
from a624c5ce2b6d4e9f37ee0aa1c6e7c26d8717079e (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/297966a852d8671a363830b52add6ea34e7017b6/
commit 297966a852d8671a363830b52add6ea34e7017b6
Author: Sean McBride <se...@ro...>
Date: Tue Apr 4 21:45:08 2023 -0400
Manually fixed all clang-tidy cert-dcl16-c warnings
diff --git a/.clang-tidy b/.clang-tidy
index 42544d626..51fc2a113 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -33,7 +33,6 @@ Checks: '-*,
-cert-err33-c,
-cert-msc32-c,
-cert-msc51-cpp,
- -cert-dcl16-c,
clang-analyzer-*,
-clang-analyzer-valist.Uninitialized,
-clang-analyzer-alpha.clone.CloneChecker,
diff --git a/Examples/Cxx/DumpExamCard.cxx b/Examples/Cxx/DumpExamCard.cxx
index d6d8a5b3d..7b64c9430 100644
--- a/Examples/Cxx/DumpExamCard.cxx
+++ b/Examples/Cxx/DumpExamCard.cxx
@@ -456,7 +456,7 @@ Wotsit ?
{
if( de1.IsEmpty() ) return false;
const gdcm::ByteValue * bv1 = de1.GetByteValue();
- gdcm::Element<gdcm::VR::SL,gdcm::VM::VM1> dlen = {{0l}};
+ gdcm::Element<gdcm::VR::SL,gdcm::VM::VM1> dlen = {{0L}};
dlen.SetFromDataElement( de2 );
std::string s1( bv1->GetPointer() , bv1->GetLength() );
diff --git a/Utilities/.clang-tidy b/Utilities/.clang-tidy
index e0e421556..ac5701a02 100644
--- a/Utilities/.clang-tidy
+++ b/Utilities/.clang-tidy
@@ -39,7 +39,6 @@ Checks: '-*,
-cert-err33-c,
-cert-msc32-c,
-cert-msc51-cpp,
- -cert-dcl16-c,
-cert-err60-cpp,
-cert-err09-cpp,
-cert-err61-cpp,
-----------------------------------------------------------------------
Summary of changes:
.clang-tidy | 1 -
Examples/Cxx/DumpExamCard.cxx | 2 +-
Utilities/.clang-tidy | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|