[Webkit-unassigned] [Bug 253350] New: TestFeatures.h:40:37: error: use of undeclared identifier 'uint32_t'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 3 15:31:11 PST 2023


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

            Bug ID: 253350
           Summary: TestFeatures.h:40:37: error: use of undeclared
                    identifier 'uint32_t'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: bugs-noreply at webkitgtk.org

Build fails with GCC 13 due to missing #include <cstdint>:

In file included from /home/mcatanzaro/Projects/WebKit/Tools/TestRunnerShared/TestFeatures.cpp:27:
/home/mcatanzaro/Projects/WebKit/Tools/TestRunnerShared/TestFeatures.h:40:37: error: use of undeclared identifier 'uint32_t'
    std::unordered_map<std::string, uint32_t> uint32WebPreferenceFeatures;
                                    ^
/home/mcatanzaro/Projects/WebKit/Tools/TestRunnerShared/TestFeatures.h:56:32: error: unknown type name 'uint8_t'
enum class TestHeaderKeyType : uint8_t {
                               ^
2 errors generated.

-- 
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/20230303/59df6d67/attachment-0001.htm>


More information about the webkit-unassigned mailing list