lunarmodules / luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
914 stars 292 forks source link

Fix a few compiler warnings #171

Closed rpatters1 closed 11 months ago

rpatters1 commented 1 year ago

Fixes warnings (probably) introduced with 64-bit. Mainly explicit typecasts to int to silence "possible loss of precision" warnings.

hishamhm commented 11 months ago

@rpatters1 thank you! merged!