[Webkit-unassigned] [Bug 54807] Always explicitly use "signed" keyword to declare signed bitfields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 23 14:12:55 PST 2011


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





--- Comment #21 from Eric Seidel <eric at webkit.org>  2011-02-23 14:12:55 PST ---
Sounds like we are going to want COMPILE_ASSERT(sizeof(type)) after all of our bitfield uses.  If we're using bitfields we should be ASSERTing that the compiler is making them the size we expect. :)

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