RESOLVED FIXED 123941
kTraceBufferLen is unused in default builds
https://bugs.webkit.org/show_bug.cgi?id=123941
Summary kTraceBufferLen is unused in default builds
Dean Jackson
Reported 2013-11-06 17:09:46 PST
In debug.cpp, kTraceBufferLen is not used unless TRACE_ENABLED is true. This causes newer versions of clang to throw a warning. For now, add -Wno-error=unused-variable to the build flags. <rdar://problem/14739718>
Attachments
Patch (1.98 KB, patch)
2013-11-06 17:13 PST, Dean Jackson
no flags
Patch (1.73 KB, patch)
2013-11-06 17:27 PST, Dean Jackson
thorton: review+
Dean Jackson
Comment 1 2013-11-06 17:11:59 PST
Real radar is <rdar://problem/15409804>
Dean Jackson
Comment 2 2013-11-06 17:13:57 PST
Dean Jackson
Comment 3 2013-11-06 17:27:06 PST
Tim Horton
Comment 4 2013-11-06 17:28:04 PST
Comment on attachment 216249 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216249&action=review Much better. > Source/ThirdParty/ANGLE/src/compiler/debug.cpp:46 > +#if defined(__clang__) > +#pragma clang diagnostic pop > +#endif This should wrap just the constant.
Dean Jackson
Comment 5 2013-11-06 17:40:01 PST
Tim Horton
Comment 6 2013-11-06 17:58:27 PST
Probably should have used "GCC diagnostic push" and no #if defined(__clang__)
Daniel Bates
Comment 7 2013-12-03 11:39:30 PST
This change was inadvertently reverted in <http://trac.webkit.org/changeset/159533> (bug #124615). I committed a revised fix for this issue in <https://bugs.webkit.org/show_bug.cgi?id=125164>, which was accepted by the ANGLE project: <https://code.google.com/p/angleproject/issues/detail?id=534>.
Note You need to log in before you can comment on or make changes to this bug.