mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +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
|
||||
};
|
||||
|
||||
struct { TTemplatizerToken Token; const char* Text; } SimpleTokens[] =
|
||||
struct SToken
|
||||
{
|
||||
TTemplatizerToken Token;
|
||||
const char* Text;
|
||||
};
|
||||
|
||||
SToken SimpleTokens[] =
|
||||
{
|
||||
{ BlocStart, "{" },
|
||||
{ BlocEnd, "}" },
|
||||
|
|
Loading…
Reference in a new issue