[webkit-reviews] review granted: [Bug 214441] Fix -Wformat= warnings when passing enum to integer specifiers : [Attachment 404524] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 16 20:48:19 PDT 2020


Darin Adler <darin at apple.com> has granted Lauro Moura <lmoura at igalia.com>'s
request for review:
Bug 214441: Fix -Wformat= warnings when passing enum to integer specifiers
https://bugs.webkit.org/show_bug.cgi?id=214441

Attachment 404524: Patch

https://bugs.webkit.org/attachment.cgi?id=404524&action=review




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 404524
  --> https://bugs.webkit.org/attachment.cgi?id=404524
Patch

Those all look good. But I wonder if we could use a specific integer type as
underlying type for the enumeration instead.


More information about the webkit-reviews mailing list