Skip to content

Commit bbb2dee

Browse files
committed
libnrfserialization: add explicit ignore
Newer compilers apparently don't include `-Wno-implicit-function-declaration` within the scope of `-Wno-error`
1 parent a1f99fc commit bbb2dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libnrfserialization/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ override CPPFLAGS += -I$(TOCK_USERLAND_BASE_DIR)/libtock
9191

9292
# Avoid failing in CI due to warnings in the library.
9393
CPPFLAGS_$(LIBNAME) += -Wno-error
94+
CPPFLAGS_$(LIBNAME) += -Wno-implicit-function-declaration
9495

9596
# Include the rules to build the library.
9697
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk

0 commit comments

Comments
 (0)