Re: [evolution-patches] Warning Fix for Variable Indirection
- From: Rodrigo Moya <rodrigo novell com>
- To: JP Rosevear <jpr novell com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] Warning Fix for Variable Indirection
- Date: Mon, 04 Oct 2004 23:14:12 +0200
On Mon, 2004-10-04 at 14:31 -0400, JP Rosevear wrote:
> I suspect this could do some random things.
>
> top_level = comp_toplevel_with_zones (method, comp, client,
> zones);
> - if (!e_cal_send_objects (client, top_level, &users,
> &returned_icalcomp, &error)) {
> + if (!e_cal_send_objects (client, top_level, users,
> &returned_icalcomp, &error)) {
>
both e-cal.h and e-cal.c declare that argument to be a GList **:
gboolean e_cal_send_objects (ECal *ecal, icalcomponent *icalcomp, GList
**users, icalcomponent **modified_icalcomp, GError **error);
what is the warning saying?
--
Rodrigo Moya <rodrigo novell com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]