We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling with gcc 4.7 you'll get following errors:
LuaContext.hpp:2226:5: warning: control reaches end of non-void function [-Wreturn-type] gmake: *** [src/main/cpp/inc/lua/BeakerLuaState.o] Error 1
The text was updated successfully, but these errors were encountered:
Merge pull request tomaka#28 from stbuehler/fix-unused-variables
7d4e6f4
Fix unused parameter warnings
No branches or pull requests
When compiling with gcc 4.7 you'll get following errors:
LuaContext.hpp:2226:5: warning: control reaches end of non-void function [-Wreturn-type]
gmake: *** [src/main/cpp/inc/lua/BeakerLuaState.o] Error 1
The text was updated successfully, but these errors were encountered: