lua-intf icon indicating copy to clipboard operation
lua-intf copied to clipboard

Bunch of warnings with /W4 in Visual C++

Open mrDIMAS opened this issue 8 years ago • 0 comments

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.

mrDIMAS avatar Dec 19 '17 21:12 mrDIMAS