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

Loading…
Cancel
Save