-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
enhancementNew feature or requestNew feature or request
Description
libtock-c is fairly pedantic about warnings. When we build external libraries, we relax this by no longer error'ing on warnings (i.e.
libtock-c/libnrfserialization/Makefile
Lines 92 to 93 in 25a49c4
# Avoid failing in CI due to warnings in the library. | |
CPPFLAGS_$(LIBNAME) += -Wno-error |
We should ideally only allow warnings on actual third-party code, and enforce our stronger checks on our interface code.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request