Browse Source

Fix build with CORRADE_NO_ASSERT.

The variable is needed always.
pull/122/merge
Vladimír Vondruš 11 years ago
parent
commit
b0fd865e52
  1. 2
      src/Magnum/Implementation/driverSpecific.cpp

2
src/Magnum/Implementation/driverSpecific.cpp

@ -32,7 +32,6 @@
namespace Magnum { namespace Magnum {
#ifndef CORRADE_NO_ASSERT
namespace { namespace {
std::vector<std::string> KnownWorkarounds{ std::vector<std::string> KnownWorkarounds{
/* Creating core context with specific version on AMD and NV /* Creating core context with specific version on AMD and NV
@ -41,7 +40,6 @@ namespace {
"amd-nv-no-forward-compatible-core-context" "amd-nv-no-forward-compatible-core-context"
}; };
} }
#endif
namespace Implementation { namespace Implementation {

Loading…
Cancel
Save