Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-tidy warns about HDF5 header files #1

Open
maurerben opened this issue Oct 5, 2024 · 0 comments
Open

clang-tidy warns about HDF5 header files #1

maurerben opened this issue Oct 5, 2024 · 0 comments

Comments

@maurerben
Copy link
Owner

clang-tidy warns about HDF5 header files:

/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant