diff options
author | Andrew Kaster <akaster@serenityos.org> | 2022-01-03 01:52:37 -0700 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-04 07:51:31 +0000 |
commit | a103a85ae6fc9a6296da22fcda4685fa5db700d7 (patch) | |
tree | 7b31eb3064652a041cef6798efe545e294d3779b /Ports/dialog | |
parent | c8cfd6661adbf37e34f1b629e2baf641ec7cb8ee (diff) | |
download | serenity-a103a85ae6fc9a6296da22fcda4685fa5db700d7.zip |
Userland: Locally suppress -Wc99-designator and re-enable globally
There's only two places where we're using the C99 feature of array
designated initalizers. This feature seemingly wasn't included with
C++20 designated initalizers for classes and structs. The only two
places we were using this feature are suitably old and isolated that
it makes sense to just suppress the warning at the usage sites while
discouraging future array designated intializers in new code.
Diffstat (limited to 'Ports/dialog')
0 files changed, 0 insertions, 0 deletions