SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.32k stars 3.13k forks source link

Meta: Add a warning suppression used in the cmake build to the gn build #24585

Closed nico closed 6 days ago

nico commented 1 week ago

8263e0a6199 added -Wno-coroutine-missing-unhandled-exception to the cmake build, and the coroutine code does not build without it.

Unbreaks building e.g. js with GN.