mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
POSIX: Allow unused variables in INAV estimator temporarily
This commit is contained in:
parent
7df785ed50
commit
736125441e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user