forked from mirrors/0ad
Fix warning in cdd75deafb
GCC complained, even if the path cannot be taken. This was SVN commit r25377.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user