NuttX Make.defs.in ignore -Werror=logical-op

This is a temporary workaround for equal expressions in chip/sam_xdmac.c
and can be reverted once fixed properly in NuttX. Needed for the GCC 7
upgrade in #8551.
This commit is contained in:
Daniel Agar 2018-01-15 11:16:51 -05:00
parent 9b5ae1ef7a
commit 5ab6834fed
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ CFLAGS = -Os -g2 -I${PX4_SOURCE_DIR}/src/include ${CMAKE_C_FLAGS} -I. -isystem $
-Wno-float-equal \
-Wno-implicit-fallthrough \
-Wno-implicit-function-declaration \
-Wno-logical-op \
-Wno-maybe-uninitialized \
-Wno-missing-declarations \
-Wno-missing-field-initializers \