From cd23817bf1884fee4457ab3381320b0c8fc33f48 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Wed, 28 Feb 2024 18:11:55 +0100 Subject: Fixed remaining compiler warnings Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed. --- source/core/StarLuaConverters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/StarLuaConverters.cpp') diff --git a/source/core/StarLuaConverters.cpp b/source/core/StarLuaConverters.cpp index e170da5..d361af7 100644 --- a/source/core/StarLuaConverters.cpp +++ b/source/core/StarLuaConverters.cpp @@ -47,7 +47,7 @@ LuaValue LuaConverter::from(LuaEngine& engine, LuaCallbacks const& return table; } -Maybe LuaConverter::to(LuaEngine& engine, LuaValue const& v) { +Maybe LuaConverter::to(LuaEngine&, LuaValue const&) { return {}; } -- cgit v1.2.3