mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 15:09:03 +02:00
- more compiler warning cleanup
This commit is contained in:
@@ -204,7 +204,7 @@ void * LuaArguments::getGenericData(int argumentIndex) const{
|
||||
//}
|
||||
else if(lua_isnumber(luaState, argumentIndex)) {
|
||||
lua_Integer result = luaL_checkinteger(luaState, argumentIndex);
|
||||
printf("\nGENERIC param %d is an int, %d!\n",argumentIndex,result);
|
||||
printf("\nGENERIC param %d is an int, %d!\n",argumentIndex,(int)result);
|
||||
return (void *)result;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user