war on -Werror, part 10: more informals.

This commit is contained in:
Jason Felds
2012-12-27 11:01:51 -05:00
parent d080c38196
commit e86aeb66a8
14 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ public:
static int GetRadarPossible( T* p, lua_State *L ) { p->m_radarPossible.PushSelf(L); return 1; }
static int GetRadarActual( T* p, lua_State *L ) { p->m_radarActual.PushSelf(L); return 1; }
static int FailPlayer( T* p, lua_State *L )
static int FailPlayer( T* p, lua_State * )
{
p->m_bFailed = true;
return 0;