enlightenment/src/modules/teamwork
Carsten Haitzler 9c984ea9cf e ptr cast via void fix to reduce warnings
so we cast a lot of ptrs to other types as that is then the actual
type of the object. all these objects are allocated by malloc nad
friends so this is ok. but gcc on arm is not happy and warns. maybe it
assume this ptr could be to an element in an array of structs of this
type and so on thus will have specific alignment enforced by compiler
but our casting may disturb it? anyway. cast via void first fixes it.
we can focus on other real warnings and errors instead.
2017-02-12 16:25:35 +09:00
..
e-module-teamwork.edj add teamwork module 2013-06-14 15:36:11 +01:00
e_mod_config.c Revert "revert all the ui breakes in e - going the wrong direction in the" 2015-01-15 03:04:42 -05:00
e_mod_main.c teamwork: Use emile SHA1 functions 2016-11-29 11:32:25 -06:00
e_mod_main.h teamwork: Use emile SHA1 functions 2016-11-29 11:32:25 -06:00
e_mod_tw.c e ptr cast via void fix to reduce warnings 2017-02-12 16:25:35 +09:00
module.desktop.in Updating desktop files, eo.po and fr.po 2014-09-11 21:14:58 +02:00
wl.c upgrade teamwork module to use teamwork v2: teamwork++ 2016-05-20 15:06:09 -04:00
wl_teamwork.c upgrade teamwork module to use teamwork v2: teamwork++ 2016-05-20 15:06:09 -04:00
wl_teamwork.h upgrade teamwork module to use teamwork v2: teamwork++ 2016-05-20 15:06:09 -04:00
x11.c use correct indexing for x11 teamwork server atom array 2016-05-23 11:34:32 -04:00