Browse Source

Enable C++ warnings for EKF

sbg
Lorenz Meier 11 years ago
parent
commit
17c5e925fb
  1. 2
      src/modules/ekf_att_pos_estimator/module.mk

2
src/modules/ekf_att_pos_estimator/module.mk

@ -41,3 +41,5 @@ SRCS = ekf_att_pos_estimator_main.cpp \ @@ -41,3 +41,5 @@ SRCS = ekf_att_pos_estimator_main.cpp \
ekf_att_pos_estimator_params.c \
estimator_23states.cpp \
estimator_utilities.cpp
EXTRACXXFLAGS = -Weffc++

Loading…
Cancel
Save