GDCM should compile with no -Wcast-qual warnings
Cross-platform DICOM implementation
Brought to you by:
malat
GDCM master currently has a number of -Wcast-qual warnings. They aren't so trivial to fix without changing method definations. Needs someone that knows the code better than me.
By contrast, all of ITK compiles without -Wcast-qual warnings, except for some generated in GDCM header files. See:
https://open.cdash.org/viewBuildError.php?type=1&buildid=6150710
It would be nice to at least fix the ones in GDCM headers, so that ITK can be kept Wcast-qual clean.
Fixed in:
592522ac3f Fix a bunch of Wcast-qual