From: raster Date: Thu, 18 Feb 2010 08:54:24 +0000 (+0000) Subject: disable error gets - minor impact to keep getting errors - but stil an impact X-Git-Tag: accepted/2.0/20130306.225542~242^2~2020 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73143c1637dc338c1feaaf21e4fa524cb9d152a0;p=profile%2Fivi%2Fevas.git disable error gets - minor impact to keep getting errors - but stil an impact if we dont need to know what they are. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@46270 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/engines/gl_common/evas_gl_common.h b/src/modules/engines/gl_common/evas_gl_common.h index 36d3c2e..c87a6db 100644 --- a/src/modules/engines/gl_common/evas_gl_common.h +++ b/src/modules/engines/gl_common/evas_gl_common.h @@ -364,7 +364,7 @@ void (*glsym_glBindFramebuffer) (GLenum a, GLuint b); void (*glsym_glFramebufferTexture2D) (GLenum a, GLenum b, GLenum c, GLuint d, GLint e); void (*glsym_glDeleteFramebuffers) (GLsizei a, const GLuint *b); -#define GL_ERRORS 1 +//#define GL_ERRORS 1 #ifdef GL_ERRORS # define GLERR(fn, fl, ln, op) \