diff --git a/include/tsl/robin_hash.h b/include/tsl/robin_hash.h index 5fdc07f..41a3692 100644 --- a/include/tsl/robin_hash.h +++ b/include/tsl/robin_hash.h @@ -87,6 +87,8 @@ static T numeric_cast(U value, TSL_RH_THROW_OR_TERMINATE(std::runtime_error, error_message); } + TSL_RH_UNUSED(error_message) + return ret; }