mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
a103a85ae6
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
KeyboardMapperWidget.cpp | ||
KeyboardMapperWidget.h | ||
KeyButton.cpp | ||
KeyButton.h | ||
KeyPositions.h | ||
main.cpp |