From d96957b5a4198f288d306775e06c80e69928012b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Oct 2021 19:45:57 +0200 Subject: [PATCH] Platform: bah! Commit b37df09892cd03a826c5bff3ed5bdbb2a727698f was one of those "it's so simple I don't even need to hit the Build button". Well. --- src/Magnum/Platform/GlfwApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/GlfwApplication.cpp b/src/Magnum/Platform/GlfwApplication.cpp index 4615495ad..37f8a801e 100644 --- a/src/Magnum/Platform/GlfwApplication.cpp +++ b/src/Magnum/Platform/GlfwApplication.cpp @@ -866,7 +866,7 @@ void GlfwApplication::exitEvent(ExitEvent& event) { event.setAccepted(); } -void GlfwApplication::viewportEvent(ViewportEvent& event) {} +void GlfwApplication::viewportEvent(ViewportEvent&) {} void GlfwApplication::keyPressEvent(KeyEvent&) {} void GlfwApplication::keyReleaseEvent(KeyEvent&) {} void GlfwApplication::mousePressEvent(MouseEvent&) {}