envision - Compiler Warnings - Elementary API changes.
Greetings,
After the recent elementary changes in gengrid make output from
envision is getting flooded with a LOT of warnings about elm_gengrid
-> elm_object.
There are also errors everywhere due to pointer type incompatibility
due to the change from Elm_Gengrid_Item to Elm_Object_Item.
some of those errors are suppressed (actually solved with this patch),
while others require further changes in the Elm side of the API to
also get fixed.
here is an example of the warnings GCC generates:
main.c:736:11: warning: passing argument 1 of
‘elm_gengrid_item_prev_get’ from incompatible pointer type
/opt/e/include/elementary-0/Elementary.h:9576:28: note: expected
‘const struct Elm_Gen_Item *’ but argument is of type ‘struct
Elm_Object_Item *’
had no time to look at them yet.. might also be trivial.
Regards,
Submitted-By-Off Alex-P. Natsios<
apnatsios at gmail dot com>