[Webkit-unassigned] [Bug 142735] New: runtime/enum_bitfields should allow "bool" values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 10:53:37 PDT 2015


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

            Bug ID: 142735
           Summary: runtime/enum_bitfields should allow "bool" values
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dino at apple.com

A declaration like this:

bool m_foo : 1;

Produces a warning:
ERROR: Source/WebCore/platform/animation/Animation.h:202:  Please declare enum bitfields as unsigned integral types.  [runtime/enum_bitfields] [5]

The source code talks about VS8, which is very very old. Also, it seems many people were ignoring this rule anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150316/1590b68c/attachment-0002.html>


More information about the webkit-unassigned mailing list