Closed markcmiller86 closed 1 year ago
Saw following warning fly by doing other work and wanted to make a note..
silo_hdf5.c:11797:19: warning: address of array 'm.dims' will always evaluate to 'true' [-Wpointer-bool-conversion] if (m.dims) MEMBER_S(int, ndims); ~~ ~~^~~~
Was fixed a while ago on develop
develop
Saw following warning fly by doing other work and wanted to make a note..