Browse Source

Platform: fix unused variable warning.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
4091d7c9b5
  1. 2
      src/Platform/WindowlessNaClApplication.cpp

2
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[] = {

Loading…
Cancel
Save