mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
POSIX: Allow unused variables in INAV estimator temporarily
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user