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
900 stars 291 forks source link

Fix a few compiler warnings #171

Closed rpatters1 closed 9 months ago

rpatters1 commented 10 months ago

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

hishamhm commented 9 months ago

@rpatters1 thank you! merged!