options: Silence V542: odd casts for .def_val

This commit is contained in:
ZyX 2017-05-20 04:26:12 +03:00
parent 7d895ee053
commit 5bea4906a2

View File

@ -118,7 +118,7 @@ local get_value = function(v)
end end
local get_defaults = function(d) local get_defaults = function(d)
return '{' .. get_value(d.vi) .. ', ' .. get_value(d.vim) .. '}' return '{' .. get_value(d.vi) .. ', ' .. get_value(d.vim) .. '} /* -V542 */'
end end
local defines = {} local defines = {}