GCC complained, even if the path cannot be taken.

This was SVN commit r25377.
This commit is contained in:
wraitii 2021-05-04 14:01:18 +00:00
parent 911f49c655
commit 0198942a79

View file

@ -59,6 +59,7 @@ protected:
bool OutputElements(WriteBuffer&, Args...)
{
static_assert(sizeof...(Args) != sizeof...(Args), "OutputElements must be specialized.");
return false;
}
int m_ElementSize = 0;