jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=fb58613e18c53541c03c956783798fef3ab73dde

commit fb58613e18c53541c03c956783798fef3ab73dde
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Jun 3 14:57:37 2015 +0900

    Evas: Fix shadow warning
---
 src/modules/evas/engines/gl_x11/evas_engine.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/modules/evas/engines/gl_x11/evas_engine.c 
b/src/modules/evas/engines/gl_x11/evas_engine.c
index f3dce21..23e0017 100644
--- a/src/modules/evas/engines/gl_x11/evas_engine.c
+++ b/src/modules/evas/engines/gl_x11/evas_engine.c
@@ -933,7 +933,7 @@ evgl_eng_indirect_surface_create(EVGL_Engine *evgl 
EINA_UNUSED, void *data,
    int msaa = 0, depth = 0, stencil = 0;
    Visual *visual = NULL;
    Eina_Bool retried = EINA_FALSE;
-   int val;
+   EGLint val = 0;
 
    /* Now we need to iterate over all EGL configurations to check the 
compatible
     * ones and finally check their visual ID. */
@@ -1010,7 +1010,6 @@ try_again:
    DBG("Found %d potential configurations", num);
    for (i = 0; (i < num) && !found; i++)
      {
-        EGLint val = 0;
         VisualID visid = 0;
         XVisualInfo *xvi, vi_in;
         XRenderPictFormat *fmt;

-- 


Reply via email to