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
@@ -71,7 +71,7 @@ void ActorFrameTexture::DrawPrimitives()
class LunaActorFrameTexture : public Luna<ActorFrameTexture>
{
public:
static int Create( T* p, lua_State *L ) { p->Create(); return 0; }
static int Create( T* p, lua_State * ) { p->Create(); return 0; }
static int EnableDepthBuffer( T* p, lua_State *L ) { p->EnableDepthBuffer(BArg(1)); return 0; }
static int EnableAlphaBuffer( T* p, lua_State *L ) { p->EnableAlphaBuffer(BArg(1)); return 0; }
static int EnableFloat( T* p, lua_State *L ) { p->EnableFloat(BArg(1)); return 0; }