From fd01a348cc32c37fbbd374386d8a3ed78325680f Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 2 Mar 2015 11:40:02 +0100 Subject: [PATCH] Fix unused variable warning/error --- coreapi/bellesip_sal/sal_op_registration.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/bellesip_sal/sal_op_registration.c b/coreapi/bellesip_sal/sal_op_registration.c index c9769b8af..7e7baa567 100644 --- a/coreapi/bellesip_sal/sal_op_registration.c +++ b/coreapi/bellesip_sal/sal_op_registration.c @@ -74,7 +74,9 @@ static void register_refresher_listener (belle_sip_refresher_t* refresher int sal_register(SalOp *op, const char *proxy, const char *from, int expires){ belle_sip_request_t *req; belle_sip_uri_t* req_uri; +#if 0 belle_sip_header_t* accept_header; +#endif if (op->refresher){ belle_sip_refresher_stop(op->refresher);