diff --git a/EOS/helmholtz/actual_eos.H b/EOS/helmholtz/actual_eos.H index 884437c9bc..f8a6ac845c 100644 --- a/EOS/helmholtz/actual_eos.H +++ b/EOS/helmholtz/actual_eos.H @@ -1486,6 +1486,8 @@ template AMREX_GPU_HOST_DEVICE AMREX_INLINE bool is_input_valid (I input) { + amrex::ignore_unused(input); + static_assert(std::is_same::value, "input must be an eos_input_t"); bool valid = true;