Mark i as unused for the sake of MSVC 0th case
This commit is contained in:
parent
c5f4a4dfd8
commit
afa3f2249c
@ -78,6 +78,7 @@ namespace chaiscript
|
||||
{
|
||||
try {
|
||||
std::vector<Boxed_Value>::size_type i = 0;
|
||||
(void)i;
|
||||
(void)params; (void)t_conversions;
|
||||
// this is ok because the order of evaluation of initializer lists is well defined
|
||||
(void)std::initializer_list<int>{(boxed_cast<Params>(params[i++], &t_conversions), 0)...};
|
||||
|
Loading…
x
Reference in New Issue
Block a user