On Tue, 14 Nov 2017 08:27:28 +0100, Milan Crha wrote: > Hi, > the sum of changes is part of the release notes, which can be found > here: > https://github.com/libical/libical/releases Would be great, if such a document were included within the package. > > vcal_manager.c: In function 'vcal_manager_event_dump': > > vcal_manager.c:398:30: warning: implicit declaration of function > > 'icaltime_from_timet'; did you mean 'icaltime_as_timet'? [-Wimplicit- > > function-declaration] > > icalproperty_vanew_dtstamp(icaltime_from_timet(time(NULL), TRUE), > > (void*)0)); > > In your case replace > icaltime_from_timet() > with > icaltime_from_timet_with_zone() > where the last argument, the zone to use, will be NULL. Oh! So they only removed a method they could have kept as a wrapper call to the new method. Interestingly, in the headers in libical-devel.x86_64 2.0.0-12.fc27 both functions exist already and no deprecation warning in there. Thanks. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx