[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 159160: [multimon] fix compila
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 159160: [multimon] fix compilation on gcc 5.x |
Date: |
Fri, 31 Jul 2015 03:51:19 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 1591601bc71d8565c2464ee3dbef42c151af8693
https://github.com/paparazzi/paparazzi/commit/1591601bc71d8565c2464ee3dbef42c151af8693
Author: Felix Ruess <address@hidden>
Date: 2015-07-31 (Fri, 31 Jul 2015)
Changed paths:
M sw/ground_segment/multimon/filter-i386.h
M sw/ground_segment/multimon/filter.h
Log Message:
-----------
[multimon] fix compilation on gcc 5.x
extern inline has different meaning in gnu11 (C99), we want static inline here,
which works in both old and new versions.
See also https://gcc.gnu.org/gcc-5/porting_to.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 159160: [multimon] fix compilation on gcc 5.x,
GitHub <=