[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. d4a741cc493eb847c5a0c3f8bbf1cf2a13
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-06-25 07:37:55
|
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 d4a741cc493eb847c5a0c3f8bbf1cf2a13c62ae8 (commit)
from aed7d7f4e5e40c8f19accdfc5d52f550a0907cc1 (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/d4a741cc493eb847c5a0c3f8bbf1cf2a13c62ae8/
commit d4a741cc493eb847c5a0c3f8bbf1cf2a13c62ae8
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jun 25 09:37:39 2020 +0200
Remove simple warning
diff --git a/Source/Common/gdcmSystem.cxx b/Source/Common/gdcmSystem.cxx
index 843429b39..dcdca7563 100644
--- a/Source/Common/gdcmSystem.cxx
+++ b/Source/Common/gdcmSystem.cxx
@@ -456,6 +456,7 @@ std::wstring System::ConvertToUNC(const char *utf8path)
const std::wstring uncpath = HandleMaxPath(uft16path);
return uncpath;
#else
+ (void)utf8path;
return std::wstring();
#endif
}
-----------------------------------------------------------------------
Summary of changes:
Source/Common/gdcmSystem.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Grassroots DICOM
|