RESOLVED FIXED 142338
[cmake] Handle unused parameter warnings as build errors except in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=142338
Summary [cmake] Handle unused parameter warnings as build errors except in WebKit2
Csaba Osztrogonác
Reported 2015-03-05 06:10:11 PST
To match the actual Mac settings, we should handle unused parameter warnings as build build errors, except in WebKit2. In WebKit2, we should simply suppress them, because Mac port does the same, there is no reason to newly introduced unused parameter warnings in WebKit2 again and again.
Attachments
Patch (2.47 KB, patch)
2015-03-05 06:13 PST, Csaba Osztrogonác
no flags
Patch (2.42 KB, patch)
2015-03-09 12:10 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-03-05 06:13:23 PST
Csaba Osztrogonác
Comment 2 2015-03-05 06:23:19 PST
Csaba Osztrogonác
Comment 3 2015-03-05 06:28:38 PST
(In reply to comment #0) > To match the actual Mac settings, we should handle unused parameter warnings > as build build errors, except in WebKit2. In WebKit2, we should simply > suppress them, because Mac port does the same, there is no reason to > newly introduced unused parameter warnings in WebKit2 again and again. typo: ... no reason to _fix_ newly ...
Gyuyoung Kim
Comment 4 2015-03-05 17:46:17 PST
Comment on attachment 247948 [details] Patch Nobody replied this mail thread. So let's omit to make sound of unused param warning in WebKit2 as Mac port.
Csaba Osztrogonác
Comment 5 2015-03-09 12:10:48 PDT
Created attachment 248267 [details] Patch patch for landing, last EWS check to make sure we won't break the build.
WebKit Commit Bot
Comment 6 2015-03-10 01:33:59 PDT
Comment on attachment 248267 [details] Patch Clearing flags on attachment: 248267 Committed r181318: <http://trac.webkit.org/changeset/181318>
WebKit Commit Bot
Comment 7 2015-03-10 01:34:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.