Skip to content

Commit cc4c4ff

Browse files
authored
Fix warnings in SortParticlesForDeposition (#3664)
1 parent 064db4e commit cc4c4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Particle/AMReX_ParticleUtil.H

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ void PermutationForDeposition (Gpu::DeviceVector<index_type>& perm, index_type n
675675
}
676676
});
677677
#else
678+
amrex::ignore_unused(pperm, pglobal_idx);
678679
Abort("Not implemented");
679680
#endif
680681

0 commit comments

Comments
 (0)