We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f99fc commit bbb2deeCopy full SHA for bbb2dee
libnrfserialization/Makefile
@@ -91,6 +91,7 @@ override CPPFLAGS += -I$(TOCK_USERLAND_BASE_DIR)/libtock
91
92
# Avoid failing in CI due to warnings in the library.
93
CPPFLAGS_$(LIBNAME) += -Wno-error
94
+CPPFLAGS_$(LIBNAME) += -Wno-implicit-function-declaration
95
96
# Include the rules to build the library.
97
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk
0 commit comments