This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch dev/dimmus/gcc-15
in repository efl.

View the commit online.

commit 023d21c88c186cbf7b5f6d4f4f80e768dc395479
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun May 4 09:33:02 2025 +0100

    evas - fix warning in gl full path
---
 src/modules/evas/engines/gl_common/evas_gl_texture.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_texture.c b/src/modules/evas/engines/gl_common/evas_gl_texture.c
index 049e4236cb..317905e9a7 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_texture.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_texture.c
@@ -938,8 +938,6 @@ _pool_tex_dynamic_new(Evas_Engine_GL_Context *gc, int w, int h, int intformat, i
      }
 
    glBindTexture(gc->state.current.tex_target, gc->state.current.cur_tex);
-#else
-   if (gc + w + h + intformat + format) return pt;
 #endif
    return pt;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to