revert toolchain changes

pull/8738/head
Vincent Coubard 2018-11-08 18:03:01 +00:00
parent 75c0b0ed90
commit 732b4255ce
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@
#if defined(__CC_ARM)
#define MBED_DEPRECATED(M) __attribute__((deprecated))
#elif defined(__GNUC__) || defined(__clang__)
#define MBED_DEPRECATED(M)
#define MBED_DEPRECATED(M) __attribute__((deprecated(M)))
#else
#define MBED_DEPRECATED(M)
#endif