silence some annoying warnings

This commit is contained in:
Megamouse 2019-12-26 21:01:48 +01:00
parent 70e26eeb45
commit ef6f565dbd
18 changed files with 80 additions and 70 deletions

View file

@ -222,7 +222,7 @@ struct cf_t<void>
}
template<typename T>
static constexpr T insert(T value)
static constexpr T insert(T /*value*/)
{
return 0;
}