Kaydet (Commit) 8c3fbed4 authored tarafından Takeshi Abe's avatar Takeshi Abe

-Werror,-Wundef

Change-Id: I69ddad5ee2763590ae4db97d19cf620bcd102645
üst c9cdc125
...@@ -1140,7 +1140,7 @@ int oglErrorHandler( Display* /*dpy*/, XErrorEvent* /*evnt*/ ) ...@@ -1140,7 +1140,7 @@ int oglErrorHandler( Display* /*dpy*/, XErrorEvent* /*evnt*/ )
#endif #endif
#if DBG_UTIL #ifdef DBG_UTIL
namespace { namespace {
...@@ -1272,7 +1272,7 @@ bool DummyChart::initOpengl() ...@@ -1272,7 +1272,7 @@ bool DummyChart::initOpengl()
m_GLRender.InitOpenGL(GLWin); m_GLRender.InitOpenGL(GLWin);
#if DBG_UTIL #ifdef DBG_UTIL
// only enable debug output in dbgutil build // only enable debug output in dbgutil build
if( GLEW_ARB_debug_output ) if( GLEW_ARB_debug_output )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment