mirror of
https://github.com/gvx/bitser.git
synced 2025-01-16 03:24:19 +00:00
Silence warnings
This commit is contained in:
parent
a835305539
commit
f423938ec0
@ -351,7 +351,7 @@ describe("bitser", function()
|
||||
it("is able to deserialize the same instance twice", function()
|
||||
local class = {}
|
||||
local instance = setmetatable({}, class)
|
||||
local deserialize = function(data, class)
|
||||
local deserialize = function(_, _)
|
||||
return instance
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user