lua-intf
lua-intf copied to clipboard
Bunch of warnings with /W4 in Visual C++
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.