[Webkit-unassigned] [Bug 113147] COMPILE_ASSERT generates warning on GCC 4.8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 04:07:47 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113147





--- Comment #9 from Zan Dobersek <zandobersek at gmail.com>  2013-03-27 04:10:12 PST ---
Right, understood.

The warnings that the dummy COMPILE_ASSERT implementation is throwing out can be suppressed using the __attribute__((unused)) directive. It seems to work with GCC 4.7 and 4.8 and with Clang 3.2, though there are other compilers that people use that don't necessary support the directive.
https://svn.boost.org/trac/boost/ticket/7242

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list