Fix some of the things clang --analyze flagged
This commit is contained in:
parent
352cd151e0
commit
98360bcd57
34 changed files with 58 additions and 112 deletions
|
@ -1590,7 +1590,7 @@ static qboolean ParseShader( char **text )
|
|||
// light <value> determines flaring in q3map, not needed here
|
||||
else if ( !Q_stricmp(token, "light") )
|
||||
{
|
||||
token = COM_ParseExt( text, qfalse );
|
||||
(void)COM_ParseExt( text, qfalse );
|
||||
continue;
|
||||
}
|
||||
// cull <face>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue