[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 9e5a64: [build] fix some of th
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 9e5a64: [build] fix some of the implicit-fallthrough warni... |
Date: |
Wed, 27 Dec 2017 15:05:21 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 9e5a64512024d894d3c76980b1ac1a3f0ee14bdf
https://github.com/paparazzi/paparazzi/commit/9e5a64512024d894d3c76980b1ac1a3f0ee14bdf
Author: Gautier Hattenberger <address@hidden>
Date: 2017-12-23 (Sat, 23 Dec 2017)
Changed paths:
M sw/airborne/firmwares/rotorcraft/guidance/guidance_h.c
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
M sw/airborne/subsystems/navigation/common_flight_plan.h
M sw/tools/generators/gen_flight_plan.ml
Log Message:
-----------
[build] fix some of the implicit-fallthrough warnings from GCC7
Some warnings related to the use of the Label() macro are still there.
It seems that the only way would be generate the labels instead of
calling the macros.
See issue #2207
Commit: 995be46092525ef4673173d7c21c33a20386f443
https://github.com/paparazzi/paparazzi/commit/995be46092525ef4673173d7c21c33a20386f443
Author: Gautier Hattenberger <address@hidden>
Date: 2017-12-27 (Wed, 27 Dec 2017)
Changed paths:
M sw/airborne/boards/lisa_l/baro_board.c
M sw/airborne/peripherals/adxl345_spi.c
M sw/airborne/peripherals/mpu60x0_i2c.c
M sw/airborne/peripherals/mpu60x0_spi.c
Log Message:
-----------
fix some more implicit-fallthrough warnings
Commit: ab7b3268340b6de4f581251255c449563d1f0916
https://github.com/paparazzi/paparazzi/commit/ab7b3268340b6de4f581251255c449563d1f0916
Author: Gautier Hattenberger <address@hidden>
Date: 2017-12-27 (Wed, 27 Dec 2017)
Changed paths:
M sw/airborne/filters/median_filter.h
Log Message:
-----------
fix compilation error in median filter with GCC7
Commit: 6e391679cac970cc96bf083f5ea6df376cb8aabd
https://github.com/paparazzi/paparazzi/commit/6e391679cac970cc96bf083f5ea6df376cb8aabd
Author: Gautier Hattenberger <address@hidden>
Date: 2017-12-28 (Thu, 28 Dec 2017)
Changed paths:
M sw/airborne/boards/lisa_l/baro_board.c
M sw/airborne/filters/median_filter.h
M sw/airborne/firmwares/rotorcraft/guidance/guidance_h.c
M sw/airborne/firmwares/rotorcraft/guidance/guidance_v.c
M sw/airborne/peripherals/adxl345_spi.c
M sw/airborne/peripherals/mpu60x0_i2c.c
M sw/airborne/peripherals/mpu60x0_spi.c
M sw/airborne/subsystems/navigation/common_flight_plan.h
M sw/tools/generators/gen_flight_plan.ml
Log Message:
-----------
Merge pull request #2208 from paparazzi/falls_through_fix
[build] fix some of errors and warnings from GCC7
Compare:
https://github.com/paparazzi/paparazzi/compare/695917a09530...6e391679cac9