Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Conversation

@owent
Copy link

@owent owent commented Aug 12, 2022

Fixes protocolbuffers/protobuf#13750

Signed-off-by: owentou [email protected]

@owent owent changed the title Fix lua binding compatibility Fix lua binding compatibility and some warnings with some compilers. Jun 12, 2023
+ Fix UB when pass a negative number into `isprint()` when using UTF-8 charators.(Which will crash with MSVC)
+ Fix `cannot convert ‘bool’ to ‘const char*’ in return` or something like this with new GCC and clang.

Signed-off-by: owent <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lua binding compatibility for lua 5.3+

1 participant