Skip to content

Commit

Permalink
Fixed unused parameter warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Aug 29, 2023
1 parent 3c9a439 commit 98acf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nui/src/nui/backend/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ extern "C" {
webkit_uri_scheme_request_finish_with_response(request, schemeContext->response);
}

void uriSchemeDestroyNotify(void* data)
void uriSchemeDestroyNotify(void*)
{
// Happens when everything else is already dead.
}
Expand Down

0 comments on commit 98acf99

Please sign in to comment.