mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/cryptoauthlib: Fix compilation with -Wformat-nonliteral
This commit is contained in:
parent
4e3c0777fc
commit
75f17b4930
@ -22,7 +22,6 @@ CFLAGS += -Wno-type-limits
|
||||
CFLAGS += -Wno-unused-function
|
||||
CFLAGS += -Wno-unused-parameter
|
||||
CFLAGS += -Wno-unused-variable
|
||||
CFLAGS += -Wno-format-nonliteral
|
||||
CFLAGS += -Wno-maybe-uninitialized
|
||||
|
||||
TOOLCHAIN_FILE=$(PKG_SOURCE_DIR)/xcompile-toolchain.cmake
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user