summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-02-15 06:49:31 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-02-15 06:52:23 +0900
commit8c3fbed46ef30715912ad26116381ba81a06b371 (patch)
tree9c2ce46e30da941b439f8c49731b05f7105a3416 /chart2
parentc9cdc1252374a04f866c0715cb582cc08935d92d (diff)
-Werror,-Wundef
Change-Id: I69ddad5ee2763590ae4db97d19cf620bcd102645
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 228cdacbb84e..a4bf7b80f1db 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -1140,7 +1140,7 @@ int oglErrorHandler( Display* /*dpy*/, XErrorEvent* /*evnt*/ )
#endif
-#if DBG_UTIL
+#ifdef DBG_UTIL
namespace {
@@ -1272,7 +1272,7 @@ bool DummyChart::initOpengl()
m_GLRender.InitOpenGL(GLWin);
-#if DBG_UTIL
+#ifdef DBG_UTIL
// only enable debug output in dbgutil build
if( GLEW_ARB_debug_output )
{