Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WPE][GTK] Fix clang warning about use of variable length arrays in C++ #25911

Conversation

@mcatanzaro mcatanzaro requested a review from a team as a code owner March 14, 2024 22:34
@mcatanzaro mcatanzaro self-assigned this Mar 14, 2024
@mcatanzaro mcatanzaro added the WebKitGTK Bugs related to the Gtk API layer. label Mar 14, 2024
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Mar 15, 2024
@mcatanzaro mcatanzaro removed the merging-blocked Applied to prevent a change from being merged label Mar 15, 2024
@mcatanzaro mcatanzaro force-pushed the eng/WPEGTK-Fix-clang-warning-about-use-of-variable-length-arrays-in-C branch from 7e1c4ec to a95d996 Compare March 15, 2024 15:22
@mcatanzaro mcatanzaro added the merge-queue Applied to send a pull request to merge-queue label Mar 15, 2024
https://bugs.webkit.org/show_bug.cgi?id=271005

Reviewed by Adrian Perez de Castro.

We shouldn't use variable-length arrays in WebKit.

* Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp:
(testWebContextURIScheme):

Canonical link: https://commits.webkit.org/276168@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/WPEGTK-Fix-clang-warning-about-use-of-variable-length-arrays-in-C branch from a95d996 to d02f043 Compare March 15, 2024 16:49
@webkit-commit-queue
Copy link
Collaborator

Committed 276168@main (d02f043): https://commits.webkit.org/276168@main

Reviewed commits have been landed. Closing PR #25911 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit d02f043 into WebKit:main Mar 15, 2024
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebKitGTK Bugs related to the Gtk API layer.
Projects
None yet
5 participants