Loading...
Searching...
No Matches
Go to the documentation of this file.
5 #define FASTLED_DEPRECATED_CLASS(msg)
6 #ifndef FASTLED_DEPRECATED
7 #define FASTLED_DEPRECATED(msg) __attribute__((deprecated(msg)))
10 #ifndef FASTLED_DEPRECATED
11 #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
12 #define FASTLED_DEPRECATED(msg) __attribute__((deprecated(msg)))
13 #define FASTLED_DEPRECATED_CLASS(msg) __attribute__((deprecated(msg)))
15 #define FASTLED_DEPRECATED(msg) __attribute__((deprecated))
16 #define FASTLED_DEPRECATED_CLASS(msg)
20 #ifndef FASTLED_DEPRECATED
21 #define FASTLED_DEPRECATED(msg)
23 #define FASTLED_DEPRECATED_CLASS(msg)