Index: trunk/src/gfx/keyframed_mesh.cc
===================================================================
--- trunk/src/gfx/keyframed_mesh.cc	(revision 182)
+++ trunk/src/gfx/keyframed_mesh.cc	(revision 183)
@@ -105,5 +105,5 @@
 			if ( m_looping )
 			{
-				uint32 left = m_time - f_max;
+				uint32 left = m_time - static_cast< uint32 >( f_max );
 				m_time = 0;
 				update( left );
Index: trunk/src/lua/lua_values.cc
===================================================================
--- trunk/src/lua/lua_values.cc	(revision 182)
+++ trunk/src/lua/lua_values.cc	(revision 183)
@@ -52,9 +52,4 @@
 }
 
-void nv::lua::detail::push_value( lua_State *L, const passer& p )
-{
-	p.push(L);
-}
-
 void nv::lua::detail::pop_value( lua_State *L, long& n )
 {
