Skip to content

Commit

Permalink
werror
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Nov 2, 2024
1 parent e88b832 commit bcf75ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/data/particles/test_particles_appender.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ template<>
template<auto type, typename Src, typename Dst, typename GridLayout>
void PAppender<LayoutMode::AoSMapped, AllocatorMode::CPU, LayoutMode::AoSPC,
AllocatorMode::GPU_UNIFIED>::operator()(Src const& src, Dst& dst,
GridLayout const& layout)
GridLayout const& /*layout*/)
{
// hax
auto const ppc = [&]() { // assume constant for the moment
Expand Down

0 comments on commit bcf75ea

Please sign in to comment.