[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 946c0247451a1a40f99f8d9b1174ccbbdd0
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2018-02-06 09:39:19
|
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 946c0247451a1a40f99f8d9b1174ccbbdd0073dd (commit)
from 4a3757219c22d64848eac917003590e178020dcf (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/946c0247451a1a40f99f8d9b1174ccbbdd0073dd/
commit 946c0247451a1a40f99f8d9b1174ccbbdd0073dd
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue Feb 6 10:38:29 2018 +0100
Use major=6
diff --git a/Utilities/gdcmcharls/losslesstraits.h b/Utilities/gdcmcharls/losslesstraits.h
index bc00284..2529fbe 100644
--- a/Utilities/gdcmcharls/losslesstraits.h
+++ b/Utilities/gdcmcharls/losslesstraits.h
@@ -40,7 +40,7 @@ struct LosslessTraitsImplT
}
// The following optimalization is implementation-dependent (works on x86 and ARM, see charlstest).
-#if defined(__clang__) && (__clang_major__ > 4)
+#if defined(__clang__) && (__clang_major__ > 6)
__attribute__((no_sanitize("shift")))
#endif
static inlinehint int32_t ModuloRange(int32_t errorValue)
-----------------------------------------------------------------------
Summary of changes:
Utilities/gdcmcharls/losslesstraits.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|