enlightenment/src/modules/conf
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-conf.edj * edje: fix count that lead to memleak. 2010-08-12 15:07:26 +00:00
e_conf.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
e_mod_config.c __UNUSED__ -> EINA_UNUSED 2015-03-18 18:09:09 -04:00
e_mod_main.c e ptr cast via void fix to reduce warnings 2017-02-12 16:25:35 +09:00
e_mod_main.h remove E_Comp usage from conf 2015-03-18 17:41:25 -04:00
module.desktop.in Updating desktop files, eo.po and fr.po 2014-09-11 21:14:58 +02:00