ladybird/Userland/Applications/KeyboardMapper
Andrew Kaster a103a85ae6 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.
2022-01-04 07:51:31 +00:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardMapperWidget.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
KeyboardMapperWidget.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
KeyButton.cpp Keyboard Mapper: Better text color for buttons in dark theme 2021-09-06 17:38:59 +02:00
KeyButton.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
KeyPositions.h Userland: Locally suppress -Wc99-designator and re-enable globally 2022-01-04 07:51:31 +00:00
main.cpp KeyboardMapper: Add menus before showing the window 2021-07-31 08:08:31 +02:00