[Gdcm-hackers] gdcm-git:Grassroots DICOM tag v2.4.2 created. 3e895d566fca1778c06ad62b49f93696e79e6a
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2014-04-03 07:06: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 tag, v2.4.2 has been created
at 3e895d566fca1778c06ad62b49f93696e79e6a36 (commit)
- Log -----------------------------------------------------------------
commit 3e895d566fca1778c06ad62b49f93696e79e6a36
Author: Sean McBride <se...@ro...>
Date: Wed Apr 2 18:36:23 2014 -0400
Fixed -Wunreachable-code-return warning that indicated bigger problem
clang warned that a trailing else was impossible; it was right because
a preceding 'if' was of the form:
if (a == b || c)
instead of:
if (a == b || a == c)
since 'c' is a non-zero constant, the 'if' was always true, making
the next 'else' impossible.
-----------------------------------------------------------------------
hooks/post-receive
--
Grassroots DICOM
|