From 2f6767480b5c88c16ec181b47d194bd9dabdc959 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 26 Dec 2014 17:36:34 +0100 Subject: EKF att/pos estimator: Fix warnings (cross-checked stack size already) --- src/modules/ekf_att_pos_estimator/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/ekf_att_pos_estimator/module.mk b/src/modules/ekf_att_pos_estimator/module.mk index 4311fb3f9..843dde978 100644 --- a/src/modules/ekf_att_pos_estimator/module.mk +++ b/src/modules/ekf_att_pos_estimator/module.mk @@ -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 -- cgit v1.2.3