Menu

#23 Incompatible type

open
nobody
None
5
2012-06-30
2012-06-30
Anonymous
No

There are two errors du to incompatible types.

In upnp/csubscription_response.c:

void cg_upnp_event_subscription_subscriberesponse_setresponse(CgUpnpSubscriptionResponse *subRes, int code)
{
char server[CG_UPNP_SEVERNAME_MAXLEN];
// [...]

And in upnp/event/cnotify_request.c:

BOOL cg_upnp_event_notify_request_setpropertysetnode(CgUpnpNotifyRequest *notifyReq, CgUpnpSubscriber *sub, /* CgUpnpService */void *pservice, CgUpnpStateVariable *statVar)
{
char server[CG_UPNP_SEVERNAME_MAXLEN];

Discussion