Fix some warnings
This commit is contained in:
@@ -18,7 +18,10 @@ namespace Nz
|
||||
if constexpr (std::is_same_v<T, std::decay_t<First>>)
|
||||
return std::forward<First>(first);
|
||||
else
|
||||
{
|
||||
NazaraUnused(first);
|
||||
return Get(std::forward<Args>(args)...);
|
||||
}
|
||||
}
|
||||
|
||||
static auto Get()
|
||||
|
||||
Reference in New Issue
Block a user