Skip to content

Hopefully suppress ‘used uninitialized’ warnings

Sean McBride requested to merge seanm/vtk:vtkFreeTypeTools-warnings into master

One old dashboard complains of “may be used uninitialized in this function”. Just set initial values to NULL to hopefully satisfy it.

Merge request reports