1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00
RIOT/makefiles/toolchain
Marian Buschsieweke 59f1b4346c
makefiles/toolchain/llvm.inc.mk: disable annoying C++ warning
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.
2023-07-18 12:24:07 +02:00
..
afl.inc.mk makefiles/toolchain: don't export all variables 2020-06-24 11:00:54 +02:00
gnu.inc.mk makefiles/toolchain/gnu.inc.mk: fix compilation 2023-06-03 20:10:56 +02:00
llvm.inc.mk makefiles/toolchain/llvm.inc.mk: disable annoying C++ warning 2023-07-18 12:24:07 +02:00