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 9fce23d0fdab9e6437d8acfc51f359aa8d70b375
Author: Vincent Torri <vto...@outlook.fr>
AuthorDate: Tue May 6 11:16:41 2025 +0200
eina: silence warning
---
src/lib/eina/eina_debug_bt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/eina/eina_debug_bt.c b/src/lib/eina/eina_debug_bt.c
index 9e64f3f526..abc13a4cd0 100644
--- a/src/lib/eina/eina_debug_bt.c
+++ b/src/lib/eina/eina_debug_bt.c
@@ -300,7 +300,7 @@ _collect_bt(Eina_Thread th)
#ifndef _WIN32
pthread_kill((pthread_t)th, SIG); // we can cast Eina_Thread -> pthread_t
#else
- (th); // silenmce unused warn
+ (void)th; // silenmce unused warn
#endif
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.