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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 06:54:55 PDT 2013


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





--- Comment #2 from Kai Koehne <kai.koehne at digia.com>  2013-03-26 06:57:21 PST ---
We could also just diable the warning:

#pragma GCC diagnostic ignored "-Wunused-local-typedefs"

(Note that you can't disable it 'locally' with pragma push, pragma pop though cause it's part of a #define).

-- 
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