simplesquirrel icon indicating copy to clipboard operation
simplesquirrel copied to clipboard

Unused variable nparams in binding.hpp:160

Open ShavitGH opened this issue 3 years ago • 0 comments

g++ reports an unused variable in bindings.hpp:160 in the line:

include/simplesquirrel/binding.hpp:160:46: warning: unused variable ‘nparams’ [-Wunused-variable] 160 | static const std::size_t nparams = sizeof...(Args);

ShavitGH avatar May 15 '21 21:05 ShavitGH