[Webkit-unassigned] [Bug 248188] New: [ANGLE] Constants.h uses size_t without declaring it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 12:43:52 PST 2022


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

            Bug ID: 248188
           Summary: [ANGLE] Constants.h uses size_t without declaring it
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: ANGLE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com

I hit a build failure in Source/ThirdParty/ANGLE/src/libANGLE/Constants.h caused by missing declaration of size_t. According to https://en.cppreference.com/w/c/types/size_t, size_t is guaranteed to be declared in many headers, but stdint.h (already included in Constants.h) is confusingly not one of them. The nicest-looking options are stddef.h or stdlib.h. I've arbitrarily picked stddef.h.

-- 
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/20221121/bcab2151/attachment.htm>


More information about the webkit-unassigned mailing list