1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-03 09:17:35 +01:00
Martin Storsjo f285813ec1 Fix FDK_FALLTHROUGH for apple clang
In the apple branded version of clang, the [[clang::fallthrough]]
attribute isn't supported.

Directly exposing __has_cpp_attribute(clang::fallthrough) to the
preprocessor breaks when building in C mode with GCC, which forces
wrapping it in an extra layer of #ifdef __cplusplus.
2019-01-21 16:14:06 +02:00
..
2018-04-19 11:21:15 -07:00
2018-04-19 11:21:15 -07:00