mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
6c84a00257
commit
96dcb1a6da
1 changed files with 7 additions and 1 deletions
|
@ -40,7 +40,13 @@ enum TTemplatizerToken
|
||||||
Unknown
|
Unknown
|
||||||
};
|
};
|
||||||
|
|
||||||
struct { TTemplatizerToken Token; const char* Text; } SimpleTokens[] =
|
struct SToken
|
||||||
|
{
|
||||||
|
TTemplatizerToken Token;
|
||||||
|
const char* Text;
|
||||||
|
};
|
||||||
|
|
||||||
|
SToken SimpleTokens[] =
|
||||||
{
|
{
|
||||||
{ BlocStart, "{" },
|
{ BlocStart, "{" },
|
||||||
{ BlocEnd, "}" },
|
{ BlocEnd, "}" },
|
||||||
|
|
Loading…
Reference in a new issue