[webkit-reviews] review granted: [Bug 69584] Add DEFINE_DEBUG_ONLY_GLOBAL for globals that should be defined in debug builds : [Attachment 110063] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 17:15:54 PDT 2011


Darin Adler <darin at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 69584: Add DEFINE_DEBUG_ONLY_GLOBAL for globals that should be defined in
debug builds
https://bugs.webkit.org/show_bug.cgi?id=69584

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=110063&action=review


> Source/JavaScriptCore/wtf/StdLibExtras.h:48
> +// non-trivial constructor and destructor. When building with clang, this
will supress
> +// warnings about global constructors and exit-time destructors.

How does it suppress those warnings?

Typo: suppress


More information about the webkit-reviews mailing list