On Sun, 2 Apr 2017 15:07:02 +0200 Davide Andreoli <[email protected]> said:
> 2017-03-31 16:03 GMT+02:00 Vincent Torri <[email protected]>: > > > btw, not a big deal but I would like the following warning (displayed > > in my project because i've added a lot of warning flags) to be fixed > > before release : > > > > > > In file included from > > D:/msys2/opt/efl_i686/include/elementary-1/elm_sys_notify.h:12:0, > > from > > D:/msys2/opt/efl_i686/include/elementary-1/Elementary.h:151, > > from src/bin/etui_settings_elm.c:22: > > D:/msys2/opt/efl_i686/include/elementary-1/elm_sys_notify. > > eo.legacy.h:112:1: > > warning: function declaration isn't a prototype [-Wstrict-prototypes] > > EAPI Elm_Sys_Notify *elm_sys_notify_singleton_get(); > > ^ > > > > I'm also higly annoyied by this warning (it's the last one in the python-efl > compilation) i don't know where you got that from but: 11:55AM ~/C/efl/src/lib/elementary > grep elm_sys_notify_singleton_get *.[ch] ... elm_sys_notify.eo.legacy.h:EAPI Elm_Sys_Notify *elm_sys_notify_singleton_get (void); it's (void) not ()... that's what i see... :/ > > > > > just adding a void as argument, like all the functions without > > arguments in the efl > > > > thank you > > > > Vincent > > > > > > On Fri, Mar 31, 2017 at 3:40 PM, Stefan Schmidt <[email protected]> > > wrote: > > > Hello. > > > > > > On 03/31/2017 03:34 PM, Vincent Torri wrote: > > >> On Fri, Mar 31, 2017 at 3:22 PM, Stefan Schmidt <[email protected] > > > > > >> wrote: > > >> > > >>> Hello. > > >>> > > >>> We are getting very close now. I pushed a bandaid fix from Jayi for > > >>> the macOS problem to make it at least usable with the release while > > >>> a better solution needs to come. > > >>> > > >>> The ecore_con windows support branch was merged and is pending some > > >>> fixes but besides that we should be ready > > >>> > > >> > > >> afaics, no big problems are arising. ecore_con_local and ecore_ipc > > examples > > >> are working, ephoto is finally launching (it is using ecore_ipc). The > > last > > >> one is TCP, i'll try to provide a fix for evil_fcntl today. > > > > > > Great. Glad that this big items finally is solved. :) > > > > > >> Maybe there are some remaining, but not yet seen, bugs, but they can be > > >> fixed in minor releases > > > > > > I agree. There will always be smaller bugs around, but with the stable > > > updates we can handle these well enough. > > > > > > regards > > > Stefan Schmidt > > > > > > ------------------------------------------------------------ > > ------------------ > > > Check out the vibrant tech community on one of the world's most > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > > > enlightenment-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > ------------------------------------------------------------ > > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
