hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
164 stars 64 forks source link

remove unused variables #516

Closed daltonbohning closed 2 years ago

daltonbohning commented 2 years ago

remove many, but not all, instances of unused variables.

Signed-off-by: Dalton Bohning dalton.bohning@intel.com

daltonbohning commented 2 years ago

@adammoody In our DAOS test environment, we build with many extra warning flags enabled. The last build I checked had ~450 warnings of different kinds. This fixes ~50 of those.

adammoody commented 2 years ago

Thanks, @daltonbohning .

adammoody commented 2 years ago

Looks good. Thanks for all of these fixes, @daltonbohning .

daltonbohning commented 2 years ago

Looks good. Thanks for all of these fixes, @daltonbohning .

Thanks!