mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
Designated initializers make the code much more readable and are part of the C standard since C99. C++ with C++20 finally caught up. Until we switch to that C++ version, let's disable the annoying warning rather than reducing the code quality for the sake of strict C++ compatibility of our headers.