You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/benedikt/codes/Flash/dev/libs/data_processing/src/read_hdf5.cpp:17:13: warning: Value stored to 'ndims' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
int ndims = dataspace.getSimpleExtentDims(dims, nullptr);
^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/benedikt/codes/Flash/dev/libs/data_processing/src/read_hdf5.cpp:17:13: note: Value stored to 'ndims' during its initialization is never read
int ndims = dataspace.getSimpleExtentDims(dims, nullptr);
^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Would be nice to turn this warning off.
The text was updated successfully, but these errors were encountered:
clang-tidy warns about HDF5 header files:
Would be nice to turn this warning off.
The text was updated successfully, but these errors were encountered: