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

Explicitly cast void * pointers - allows code to build cleanly as C++ #165

Merged
merged 1 commit into from Dec 12, 2023

Conversation

cuavas
Copy link
Contributor

@cuavas cuavas commented Mar 6, 2023

This allows LuaFileSystem to build cleanly as C++ without needing -fpermissive or similar. This is useful when Lua itself is built as C++ to support unwinding locals when raising errors from Lua CFunctions implemented in C++.

cuavas referenced this pull request in mamedev/mame Mar 6, 2023
@hishamhm hishamhm merged commit 97b522e into lunarmodules:master Dec 12, 2023
@hishamhm
Copy link
Member

@cuavas Thank you! merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants