Fixed compiler warnings.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2213 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
915b72e44e
commit
813727d774
@ -83,7 +83,7 @@ namespace lisp
|
||||
Lisp*
|
||||
Parser::read()
|
||||
{
|
||||
Lisp* result;
|
||||
Lisp* result=0;
|
||||
switch(m_token)
|
||||
{
|
||||
case Lexer::TOKEN_EOF:
|
||||
|
Loading…
Reference in New Issue
Block a user