[webkit-reviews] review granted: [Bug 119932] WebCore fails to build with trunk clang: error: 'register' storage class specifier is deprecated [-Werror, -Wdeprecated-register] : [Attachment 208981] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 17 05:17:31 PDT 2013


Darin Adler <darin at apple.com> has granted  review:
Bug 119932: WebCore fails to build with trunk clang: error: 'register' storage
class specifier is deprecated [-Werror,-Wdeprecated-register]
https://bugs.webkit.org/show_bug.cgi?id=119932

Attachment 208981: Patch v2
https://bugs.webkit.org/attachment.cgi?id=208981&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
Are you sure the register are generated by gperf? I see "register" in these
source files, and we should definitely remove those even if we also turn off
the diagnostic. If gperf adds additional "register" then I suppose it's OK to
ignore the warning.


More information about the webkit-reviews mailing list