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

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 3900273435beb75accf615813861e166430d279b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Tue May 21 18:04:52 2024 +0100

    mark argc/v as unused
---
 src/backends/default/mv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backends/default/mv.c b/src/backends/default/mv.c
index 73b4b0c..2da6c80 100644
--- a/src/backends/default/mv.c
+++ b/src/backends/default/mv.c
@@ -43,7 +43,7 @@ file_set_add(Eina_List *files, const char *src, const char *dst)
 }
 
 int
-main(int argc, char **argv)
+main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
 { // mv [src] [dstdir]
   const char  *fname, *home_dir;
   Eina_Strbuf *buf = NULL;

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

Reply via email to