Skip to content
Snippets Groups Projects
Commit 83413750 authored by Sean McBride's avatar Sean McBride
Browse files

Added explicit cast to pacify UBSan’s “implicit-integer-truncation”

While building VTK itself, UBSan would warn of an implicit int to char conversion that truncated.  The explicit cast prevents UBSan from warning.
parent 155f7088
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment