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

git pushed a commit to branch master
in repository efl.

View the commit online.

commit c260bcbd33fe0f51d7976cb5fd405e7f1d08bfd2
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Wed Dec 6 20:03:11 2023 +0500

    ecore_evas_sdl: add attribute to unused parameter
    
    Test with -Dsdl=true
---
 src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c b/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
index cb6e6e831a..b2c0f2c5b7 100644
--- a/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
+++ b/src/modules/ecore_evas/engines/sdl/ecore_evas_sdl.c
@@ -458,7 +458,7 @@ static Ecore_Evas_Engine_Func _ecore_sdl_engine_func =
 };
 
 static Ecore_Evas*
-_ecore_evas_internal_sdl_new(int rmethod, const char* name, int w, int h, int fullscreen, int hwsurface, int noframe, int alpha)
+_ecore_evas_internal_sdl_new(int rmethod, const char* name, int w, int h, int fullscreen, int hwsurface, int noframe EINA_UNUSED, int alpha)
 {
    Ecore_Evas_SDL_Switch_Data *swd;
    Ecore_Evas *ee;

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

Reply via email to