Skip to content

Commit

Permalink
Merge pull request #141 from WebPlatformForEmbedded/development/warni…
Browse files Browse the repository at this point in the history
…ng-removal

Warning: removed Wunused-parameter warning
  • Loading branch information
MFransen69 authored Mar 17, 2022
2 parents a3e302d + 2dae518 commit 34e0a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebKitBrowser/Extension/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static class PluginHost {
}

private:
static void windowObjectClearedCallback(WebKitScriptWorld* world, WebKitWebPage* page, WebKitFrame* frame)
static void windowObjectClearedCallback(WebKitScriptWorld* world, WebKitWebPage* page VARIABLE_IS_NOT_USED, WebKitFrame* frame)
{
JavaScript::Milestone::InjectJS(world, frame);
JavaScript::NotifyWPEFramework::InjectJS(world, frame);
Expand Down

0 comments on commit 34e0a14

Please sign in to comment.