Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lua binding compatibility and some warnings with some compilers. #735

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
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