Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chillenzer committed Feb 4, 2025
1 parent edbdcdf commit 1944ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mallocMC/reservePoolPolicies/Noop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace mallocMC
struct Noop
{
template<typename AlpakaDev>
auto setMemPool(AlpakaDev const& dev, size_t memsize) -> void*
auto setMemPool(AlpakaDev const& /*dev*/, size_t /*memsize*/) -> void*
{
return nullptr;
}
Expand Down

0 comments on commit 1944ff4

Please sign in to comment.