EKF att/pos estimator: Fix warnings (cross-checked stack size already)

This commit is contained in:
Lorenz Meier 2014-12-26 17:36:34 +01:00
parent ed493918f7
commit 2f6767480b
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ SRCS = ekf_att_pos_estimator_main.cpp \
estimator_23states.cpp \
estimator_utilities.cpp
EXTRACXXFLAGS = -Weffc++ -Wframe-larger-than=3000
EXTRACXXFLAGS = -Weffc++ -Wframe-larger-than=6100