starwing / luautf8

a utf-8 support module for Lua and LuaJIT.
MIT License
406 stars 67 forks source link

Fix warnings in Visual Studio #35

Closed johnd0e closed 3 years ago

johnd0e commented 3 years ago

Mostly to fix warnings in Visual Studio

https://github.com/FarGroup/FarManager/commits/master/plugins/luamacro/luafar/lutf8lib.c

starwing commented 3 years ago

VS will warning if declarations appears in the begin of inner block instead of function begins?

johnd0e commented 3 years ago

VS will warning if declarations appears in the begin of inner block instead of function begins?

No.

johnd0e commented 3 years ago

VS will warning if declarations appears in the begin of inner block instead of function begins?

I've just reverted such cases.