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 f54c960e083348c84dc60ffa69c4add55ad1abdc
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat May 3 15:06:53 2025 +0100
elm - test - silence warn on unisgned vs signed char warn
---
src/bin/elementary/test_label.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/elementary/test_label.c b/src/bin/elementary/test_label.c
index a993e4d45c..d98d830b5f 100644
--- a/src/bin/elementary/test_label.c
+++ b/src/bin/elementary/test_label.c
@@ -804,7 +804,7 @@ static void
_font_set(Evas_Object *label, const char *font)
{
// Note: u1F420 doesn't work but U0001F420 does.
- const char *emojis = u8""
+ const char *emojis = ""
"<font='%s',Sans font_size=16 align=left>"
"Grinning Face: \U0001f600<br/>"
"Face with Tears of Joy: \xf0\x9f\x98\x82<br/>"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.