mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kioslave: mark unused curlKeyCallback() function arguments as such
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b8a3129a1a
commit
78dcdcfd18
1 changed files with 3 additions and 0 deletions
|
@ -344,6 +344,9 @@ int curlKeyCallback(CURL *curl,
|
||||||
enum curl_khmatch match,
|
enum curl_khmatch match,
|
||||||
void *userdata)
|
void *userdata)
|
||||||
{
|
{
|
||||||
|
Q_UNUSED(curl);
|
||||||
|
Q_UNUSED(knownkey);
|
||||||
|
Q_UNUSED(foundkey);
|
||||||
CurlProtocol* curlprotocol = static_cast<CurlProtocol*>(userdata);
|
CurlProtocol* curlprotocol = static_cast<CurlProtocol*>(userdata);
|
||||||
if (!curlprotocol) {
|
if (!curlprotocol) {
|
||||||
return CURLKHSTAT_REJECT;
|
return CURLKHSTAT_REJECT;
|
||||||
|
|
Loading…
Add table
Reference in a new issue