raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8211a6f0e183792255f56faeb5a7304a598f7f3a

commit 8211a6f0e183792255f56faeb5a7304a598f7f3a
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Sun Feb 12 17:59:47 2017 +0900

    e thumb - fix alignment warning nuisance
---
 src/bin/e_thumb_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_thumb_main.c b/src/bin/e_thumb_main.c
index 34047bc..2d331c9 100644
--- a/src/bin/e_thumb_main.c
+++ b/src/bin/e_thumb_main.c
@@ -211,7 +211,7 @@ _e_ipc_cb_server_data(void *data EINA_UNUSED,
              /* formatted. if the thumbnailer dies anyway - it's not a big 
loss */
              /* but it is a sign of a bug in e formatting messages maybe */
              s = start = e->data;
-             desk = (const int *)(s);
+             desk = (const int *)(void *)(s);
              s += (4 * sizeof(int));
              file = s;
              s += strlen(s) + 1;

-- 


Reply via email to