mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix warning in cdd75deafb
GCC complained, even if the path cannot be taken. This was SVN commit r25377.
This commit is contained in:
parent
911f49c655
commit
0198942a79
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue