Skip to content

Commit de2510c

Browse files
authored
Fix unused parameter warnings (#4736)
1 parent a3892de commit de2510c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Extern/HDF5/AMReX_ParticleHDF5.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ template <typename ParticleType, int NArrayReal, int NArrayInt,
577577
void
578578
ParticleContainer_impl<ParticleType, NArrayReal, NArrayInt, Allocator, CellAssignor>
579579
::WriteParticlesHDF5 (int lev, hid_t grp,
580-
Vector<int>& which, Vector<int>& count, Vector<Long>& where,
580+
Vector<int>& /*which*/, Vector<int>& count, Vector<Long>& /*where*/,
581581
const Vector<int>& write_real_comp,
582582
const Vector<int>& write_int_comp,
583583
const std::string& compression,

0 commit comments

Comments
 (0)