mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
tools: comment unused function in lpc2xml
This commit is contained in:
parent
bf0953eb1d
commit
ab1c855d65
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ static void lpc2xml_genericxml_error(void *ctx, const char *fmt, ...) {
|
|||
va_end(args);
|
||||
}
|
||||
|
||||
/*
|
||||
static void lpc2xml_genericxml_warning(void *ctx, const char *fmt, ...) {
|
||||
lpc2xml_context *xmlCtx = (lpc2xml_context *)ctx;
|
||||
int sl = strlen(xmlCtx->warningBuffer);
|
||||
|
|
@ -89,6 +90,7 @@ static void lpc2xml_genericxml_warning(void *ctx, const char *fmt, ...) {
|
|||
vsnprintf(xmlCtx->warningBuffer + sl, LPC2XML_BZ-sl, fmt, args);
|
||||
va_end(args);
|
||||
}
|
||||
*/
|
||||
|
||||
static int processEntry(const char *section, const char *entry, xmlNode *node, lpc2xml_context *ctx) {
|
||||
const char *content = lp_config_get_string(ctx->lpc, section, entry, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue