RESOLVED FIXED253350
TestFeatures.h:40:37: error: use of undeclared identifier 'uint32_t'
https://bugs.webkit.org/show_bug.cgi?id=253350
Summary TestFeatures.h:40:37: error: use of undeclared identifier 'uint32_t'
Michael Catanzaro
Reported 2023-03-03 15:31:11 PST
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.
Attachments
Michael Catanzaro
Comment 1 2023-03-03 15:42:26 PST
EWS
Comment 2 2023-03-03 17:56:53 PST
Committed 261196@main (d1b505231d0d): <https://commits.webkit.org/261196@main> Reviewed commits have been landed. Closing PR #11036 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.