1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/cryptoauthlib
Marian Buschsieweke 16df27c51d
makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS
This allows including C headers from C++. It sadly reduced the
diagnostics on C++ code as well, were there warning may make sense as
unintended side effect. We may be able to drop that later on, when more
C APIs are properly wrapped in native C++ APIs, so that C headers do no
longer need to be compatible with C++ compilers.
2022-10-27 14:28:06 +02:00
..
contrib pkg/cryptoauthlib: Update package to latest version 2022-07-06 10:45:39 +02:00
include pkg/cryptoauthlib: Update package to latest version 2022-07-06 10:45:39 +02:00
patches pkg/cryptoauthlib: Update package to latest version 2022-07-06 10:45:39 +02:00
doc.txt Merge pull request #13341 from Einhornhool/cryptoauth-shellhandler 2020-03-31 22:19:21 +02:00
Kconfig pkg/cryptoauthlib: Update package to latest version 2022-07-06 10:45:39 +02:00
Makefile makefiles/cflags.inc.mk: Add -Wno-missing-field-initializers to CXXFLAGS 2022-10-27 14:28:06 +02:00
Makefile.cryptoauthlib pkg: add cryptoauthlib 2020-01-30 23:51:35 +01:00
Makefile.dep pkg/cryptoauthlib: Update package to latest version 2022-07-06 10:45:39 +02:00
Makefile.include pkg/cryptoauthlib: Update package to latest version 2022-07-06 10:45:39 +02:00