2ecd6c66 | 03-Oct-2020 |
Sascha Wildner <saw@online.de> |
gcc: Allow our C++ headers to survive -Wsystem-headers (2).
The previous commit (894c19b2d84fd28593ce799678d7d9f7d33936ef) wasn't actually working because __LONG_LONG_SUPPORTED wasn't yet known.
In
gcc: Allow our C++ headers to survive -Wsystem-headers (2).
The previous commit (894c19b2d84fd28593ce799678d7d9f7d33936ef) wasn't actually working because __LONG_LONG_SUPPORTED wasn't yet known.
Include <sys/cdefs.h> for it.
Reported-by: tuxillo
show more ...
|