[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. e90372564ffa4b2be339e176d365af88fc
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-06-25 08:23:56
|
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 e90372564ffa4b2be339e176d365af88fc380c30 (commit)
from 973cb0769c86126af7e5b6b3c75cc73322e4f047 (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/e90372564ffa4b2be339e176d365af88fc380c30/
commit e90372564ffa4b2be339e176d365af88fc380c30
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jun 25 10:23:41 2020 +0200
Remove minor warning
diff --git a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx
index 9ece1acb7..e005bda90 100644
--- a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx
+++ b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx
@@ -230,7 +230,7 @@ static int TestDataSetHelperFunc(const char *filename, bool verbose= false)
}
const gdcm::Global &g = gdcm::GlobalInstance;
- const gdcm::Dicts &dicts = g.GetDicts();
+ const gdcm::Dicts &dicts = g.GetDicts(); (void)dicts;
const gdcm::File & file = r.GetFile();
gdcm::Printer2 print;
print.SetFile( file );
-----------------------------------------------------------------------
Summary of changes:
Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|