RESOLVED FIXED 171098
Remove unused lamda captures
https://bugs.webkit.org/show_bug.cgi?id=171098
Summary Remove unused lamda captures
Konstantin Tokarev
Reported 2017-04-20 19:45:18 PDT
As reported by -Wunused-lambda-capture diagnostic of Clang
Attachments
Patch (7.46 KB, patch)
2017-04-20 19:47 PDT, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2017-04-20 19:47:01 PDT
Yusuke Suzuki
Comment 2 2017-04-20 20:06:43 PDT
Comment on attachment 307686 [details] Patch r=me
WebKit Commit Bot
Comment 3 2017-04-20 20:38:20 PDT
Comment on attachment 307686 [details] Patch Clearing flags on attachment: 307686 Committed r215601: <http://trac.webkit.org/changeset/215601>
WebKit Commit Bot
Comment 4 2017-04-20 20:38:21 PDT
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 5 2017-04-20 20:56:19 PDT
Nice! Have you considered always enabling the warning?
Konstantin Tokarev
Comment 6 2017-04-20 22:48:12 PDT
This warning a very new feature, it is enabled by -Wall, and if you have Clang newer than r291905 you will get it without enabling it specifically.
Note You need to log in before you can comment on or make changes to this bug.