[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 346f30f041aa8cc35bfb67b9ba40715e40
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2018-05-22 08:41:58
|
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 346f30f041aa8cc35bfb67b9ba40715e40b5f00b (commit)
from 2ae9a378045642135f707484ca8f47a5c6d1526b (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/346f30f041aa8cc35bfb67b9ba40715e40b5f00b/
commit 346f30f041aa8cc35bfb67b9ba40715e40b5f00b
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue May 22 10:41:12 2018 +0200
remove simple warning
diff --git a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestImageChangePlanarConfiguration.cxx b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestImageChangePlanarConfiguration.cxx
index a76deb3b0..bffafe5e4 100644
--- a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestImageChangePlanarConfiguration.cxx
+++ b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestImageChangePlanarConfiguration.cxx
@@ -89,7 +89,7 @@ int TestImageChangePlanarConfigurationFunc(const char *filename, bool verbose =
// Check that after decompression we still find the same thing:
int res = 0;
const gdcm::Image &img = reader2.GetImage();
- unsigned int newpc = img.GetPlanarConfiguration();
+ //unsigned int newpc = img.GetPlanarConfiguration();
//std::cerr << "Success to read image from file: " << filename << std::endl;
unsigned long len = img.GetBufferLength();
-----------------------------------------------------------------------
Summary of changes:
.../Cxx/TestImageChangePlanarConfiguration.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|