[Webkit-unassigned] [Bug 157732] woff2_dec.cc triggers -Wsign-compare, -Wunused-but-set-variable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 15 18:06:16 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157732
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at igalia.com
Summary|woff2_dec.cc triggers |woff2_dec.cc triggers
|-Wsign-compare |-Wsign-compare,
| |-Wunused-but-set-variable
--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
It's also triggering -Wunused-but-set-variable
Instead of fixing these, let's suppress them, since it's third-party code. We could use a heavy hammer and use -w to suppress all warnings from third-party code, but let's start with suppressing just the problematic ones so we can see if new warnings get introduced in the future.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160516/5523e62e/attachment.html>
More information about the webkit-unassigned
mailing list