From b0fd865e52025aaeb1dc4098d49990123ff1406e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 28 Nov 2015 18:26:36 +0100 Subject: [PATCH] Fix build with CORRADE_NO_ASSERT. The variable is needed always. --- src/Magnum/Implementation/driverSpecific.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/Implementation/driverSpecific.cpp b/src/Magnum/Implementation/driverSpecific.cpp index 771f1688d..1caa77ba4 100644 --- a/src/Magnum/Implementation/driverSpecific.cpp +++ b/src/Magnum/Implementation/driverSpecific.cpp @@ -32,7 +32,6 @@ namespace Magnum { -#ifndef CORRADE_NO_ASSERT namespace { std::vector 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 {