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/frontend/StarWireInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/frontend/StarWireInterface.cpp') diff --git a/source/frontend/StarWireInterface.cpp b/source/frontend/StarWireInterface.cpp index 61506fe..9d34a5b 100644 --- a/source/frontend/StarWireInterface.cpp +++ b/source/frontend/StarWireInterface.cpp @@ -35,7 +35,7 @@ void WirePane::reset() { m_connecting = false; } -void WirePane::update(float dt) { +void WirePane::update(float) { if (!active()) return; if (!m_worldClient->inWorld()) { -- cgit v1.2.3