mirror of
https://github.com/curl/curl.git
synced 2026-05-07 13:07: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->addTitle = true;
|
||||
}
|
||||
(void) attributes;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue