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

git pushed a commit to branch master
in repository enlightenment-module-everything-places.

View the commit online.

commit e25179ed2572f11656b3d6dc32d727a1d83b15d7
Author: Mike Pento <[email protected]>
AuthorDate: Sat Feb 14 09:05:01 2026 -0500

    Replaced __attribute__((unused)) with proper type, EINA_UNUSED
---
 src/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/e_mod_main.c b/src/e_mod_main.c
index 6a85244..97a77a5 100644
--- a/src/e_mod_main.c
+++ b/src/e_mod_main.c
@@ -181,7 +181,7 @@ _fetch(Evry_Plugin *plugin, const char *input)
 }
 
 static int
-_check_mount(Evry_Action *act __attribute__((unused)), const Evry_Item *it)
+_check_mount(Evry_Action *act EINA_UNUSED, const Evry_Item *it)
 {
    GET_FILE(file, it);
    if (file->mime == _mime_mount)

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

Reply via email to