( Showing only the last 30 out of 82 lines. For a complete log visit the build page )
#warning "Use caution with adaptive indi. See the wiki for more info"
^
# compiling AIRCRAFT: [ARDrone2_opticflow] TARGET: [ap]
tests/aircrafts/01_compile_all_aircrafts.t .. 8/80
Warning: AIRCRAFT=ARDrone2_opticflow target=ap compiled sucessfully but had warnings:
modules/computer_vision/opticflow/opticflow_calculator.c:256:87: warning: declaration of ‘state’ shadows a global declaration [-Wshadow]
void calc_fast9_lukas_kanade(struct opticflow_t *opticflow, struct opticflow_state_t *state, struct image_t *img,
^
modules/computer_vision/opticflow/opticflow_calculator.c:519:81: warning: declaration of ‘state’ shadows a global declaration [-Wshadow]
void calc_edgeflow_tot(struct opticflow_t *opticflow, struct opticflow_state_t *state, struct image_t *img,
^
modules/computer_vision/opticflow/opticflow_calculator.c:689:84: warning: declaration of ‘state’ shadows a global declaration [-Wshadow]
void opticflow_calc_frame(struct opticflow_t *opticflow, struct opticflow_state_t *state, struct image_t *img,
^
modules/computer_vision/opticflow/opticflow_calculator.c:858:25: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
const uint16_t *pa = *(const uint16_t **)a;
^
modules/computer_vision/opticflow/opticflow_calculator.c:859:25: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
const uint16_t *pb = *(const uint16_t **)b;
^
# compiling AIRCRAFT: [ARDrone2_optitrack] TARGET: [ap]
execution expired