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:
hikerstk 2008-09-02 00:08:18 +00:00
parent 915b72e44e
commit 813727d774
2 changed files with 2 additions and 2 deletions

View File

@ -249,4 +249,4 @@ bool ChallengeData::grandPrixFinished()
Kart* kart=world->getPlayerKart(0);
if(kart->getPosition()>m_position) return false;
return true;
} // grandPrixFinished
} // grandPrixFinished

View File

@ -83,7 +83,7 @@ namespace lisp
Lisp*
Parser::read()
{
Lisp* result;
Lisp* result=0;
switch(m_token)
{
case Lexer::TOKEN_EOF: