mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
Avoid compiler warning about unused argument.
This commit is contained in:
parent
f1b820e5fc
commit
f11969015a
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ static void StartElement(void *voidContext,
|
||||||
context->title = "";
|
context->title = "";
|
||||||
context->addTitle = true;
|
context->addTitle = true;
|
||||||
}
|
}
|
||||||
|
(void) attributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue