From 4091d7c9b5989769eb5e30d846a58a921107cb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 3 Jul 2013 18:24:53 +0200 Subject: [PATCH] Platform: fix unused variable warning. --- src/Platform/WindowlessNaClApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/WindowlessNaClApplication.cpp b/src/Platform/WindowlessNaClApplication.cpp index 84c695b55..a890b2c91 100644 --- a/src/Platform/WindowlessNaClApplication.cpp +++ b/src/Platform/WindowlessNaClApplication.cpp @@ -67,7 +67,7 @@ void WindowlessNaClApplication::createContext(Configuration* configuration) { } else delete configuration; } -bool WindowlessNaClApplication::tryCreateContext(Configuration* configuration) { +bool WindowlessNaClApplication::tryCreateContext(Configuration*) { CORRADE_ASSERT(!c, "Platform::WindowlessNaClApplication::tryCreateContext(): context already created", false); const std::int32_t attributes[] = {