Fix va_arg calls (always call va_end)
From the manpage: "Each invocation of va_start() must be matched by a corresponding invocation of va_end() in the same function."
Showing
- src/examples/ekf_att_pos_estimator/estimator_utilities.cpp 1 addition, 0 deletionssrc/examples/ekf_att_pos_estimator/estimator_utilities.cpp
- src/modules/fw_pos_control_l1/mtecs/mTecs.cpp 1 addition, 0 deletionssrc/modules/fw_pos_control_l1/mtecs/mTecs.cpp
- src/modules/systemlib/err.c 9 additions, 3 deletionssrc/modules/systemlib/err.c
- src/platforms/qurt/px4_layer/px4_qurt_impl.cpp 1 addition, 0 deletionssrc/platforms/qurt/px4_layer/px4_qurt_impl.cpp
Loading
Please register or sign in to comment