summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-08 14:16:39 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-08 14:18:03 +0200
commitae2efbf125052fad12ecb799ba45992c8ff56c2e (patch)
tree122d1fb9f640c4b2c0396f3cb957d9e350f0b5f6
parent5f6b19760865d1f7720466416a69cc2d29f13b59 (diff)
WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]
Change-Id: I425b852dc983f7603fac88b5332650c61d9c6c3a
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 4f73fb0db405..d00f3e69116f 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -485,7 +485,7 @@ bool OpenGLContext::ImplInit()
return false;
#elif defined( UNX )
-#if DBG_UTIL
+#ifdef DBG_UTIL
if (glXCreateContextAttribsARB && !mbRequestLegacyContext)
{