LLNL / Silo

Mesh and Field I/O Library and Scientific Database
https://silo.llnl.gov
Other
30 stars 24 forks source link

Poor logic in rect grid function #305

Closed markcmiller86 closed 1 year ago

markcmiller86 commented 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);
            ~~  ~~^~~~
markcmiller86 commented 1 year ago

Was fixed a while ago on develop