Browse Source

Platform: fix warning in desktop GLES build.

pull/158/head
Vladimír Vondruš 10 years ago
parent
commit
05684c552f
  1. 2
      src/Magnum/Platform/WindowlessGlxApplication.cpp

2
src/Magnum/Platform/WindowlessGlxApplication.cpp

@ -142,6 +142,8 @@ WindowlessGlxContext::WindowlessGlxContext(const WindowlessGlxContext::Configura
return;
}
}
#else
static_cast<void>(magnumContext);
#endif
XFree(configs);

Loading…
Cancel
Save