build/CI: library -Wno-error
escape is too coarse-grained
#472
Labels
enhancement
New feature or request
-Wno-error
escape is too coarse-grained
#472
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
We should ideally only allow warnings on actual third-party code, and enforce our stronger checks on our interface code.
The text was updated successfully, but these errors were encountered: