summaryrefslogtreecommitdiff
path: root/Ports/dialog
diff options
context:
space:
mode:
authorAndrew Kaster <akaster@serenityos.org>2022-01-03 01:52:37 -0700
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-01-04 07:51:31 +0000
commita103a85ae6fc9a6296da22fcda4685fa5db700d7 (patch)
tree7b31eb3064652a041cef6798efe545e294d3779b /Ports/dialog
parentc8cfd6661adbf37e34f1b629e2baf641ec7cb8ee (diff)
downloadserenity-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