Skip to content

Don't discard qualifiers in old-style casts

Matthew Woehlke requested to merge matthew-woehlke/vtk:fix-cast-qual into master

Enable -Wcast-qual by default.

Don't merge yet. This will eventually fix warnings also, but for the moment I want to verify that CI complains, as part of the objective is to avoid regressions.

Merge request reports