Skip to content

Commit

Permalink
Unused Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 21, 2024
1 parent 80b13db commit 1398db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/fields/MultiFabRegister.H
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace

/** helper to either cast a string/char array to string to query an AMREX_ENUM */
template<typename T>
std::string getExtractedName (T name)
std::string getExtractedName ([[maybe_unused]] T name)
{
if constexpr(is_castable_to_string<T>())
{
Expand Down

0 comments on commit 1398db8

Please sign in to comment.