mirror of https://github.com/ARMmbed/mbed-os.git
revert toolchain changes
parent
75c0b0ed90
commit
732b4255ce
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue