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

Bunch of warnings with /W4 in Visual C++ #141

Open
mrDIMAS opened this issue Dec 19, 2017 · 0 comments
Open

Bunch of warnings with /W4 in Visual C++ #141

mrDIMAS opened this issue Dec 19, 2017 · 0 comments

Comments

@mrDIMAS
Copy link

mrDIMAS commented Dec 19, 2017

Hi!

I'm compiling my project with high warning level (/W4) on Visual C++ and getting bunch of warning for unused arguments of methods inside of guts of your library.

warning C4100: 'args': unreferenced formal parameter external\luaintf\impl\cppinvoke.h(203): note: while compiling class template member function 'SpritePtr LuaIntf::CppDispatchClassMethod<T,false,FN,R,std::tuple<>,0>::call(T *,const FN &,TUPLE &)'

Can you do something with that? My internal perfectionist suffers from these warnings :)

PS. Thank you for your excellent library.

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

No branches or pull requests

1 participant