[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 10f89b540527fbf090940f3a6c2323e9951
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2018-01-27 12:41:11
|
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, master has been updated
via 10f89b540527fbf090940f3a6c2323e9951ff07d (commit)
from d26f4e1314f52675f7fc09e8b9b01ee1a3c86b08 (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/10f89b540527fbf090940f3a6c2323e9951ff07d/
commit 10f89b540527fbf090940f3a6c2323e9951ff07d
Author: Mathieu Malaterre <mat...@gm...>
Date: Sat Jan 27 13:40:48 2018 +0100
Also relax clang version here
diff --git a/Utilities/gdcmcharls/scan.h b/Utilities/gdcmcharls/scan.h
index afd3a43..4b9b7d0 100644
--- a/Utilities/gdcmcharls/scan.h
+++ b/Utilities/gdcmcharls/scan.h
@@ -198,7 +198,7 @@ public:
void InitDefault();
void InitParams(int32_t t1, int32_t t2, int32_t t3, int32_t nReset);
-#if defined(__clang__) && (__clang_major__ > 7)
+#if defined(__clang__) && (__clang_major__ > 5)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winconsistent-missing-override"
#endif
@@ -206,7 +206,7 @@ public:
size_t EncodeScan(std::unique_ptr<ProcessLine> rawData, ByteStreamInfo& compressedData, void* pvoidCompare);
void DecodeScan(std::unique_ptr<ProcessLine> rawData, const JlsRect& size, ByteStreamInfo& compressedData, bool bCompare);
-#if defined(__clang__) && (__clang_major__ > 7)
+#if defined(__clang__) && (__clang_major__ > 5)
#pragma clang diagnostic pop
#endif
-----------------------------------------------------------------------
Summary of changes:
Utilities/gdcmcharls/scan.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|