POSIX: Allow unused variables in INAV estimator temporarily

This commit is contained in:
Lorenz Meier 2015-06-19 20:02:20 -07:00
parent 7df785ed50
commit 736125441e

View File

@ -42,5 +42,5 @@ SRCS = position_estimator_inav_main.c \
MODULE_STACKSIZE = 1200
EXTRACFLAGS = -Wframe-larger-than=3500
EXTRACFLAGS = -Wframe-larger-than=3500 -Wno-unused