Go to the documentation of this file. 1 #ifndef BASE_TYPES_DEPRECATED 3 #define BASE_TYPES_DEPRECATED __attribute__ ((deprecated)) 5 #define BASE_TYPES_DEPRECATED 9 #ifndef BASE_TYPES_DEPRECATED_SUPPRESS_START 11 #define BASE_TYPES_DEPRECATED_SUPPRESS_START _Pragma("GCC diagnostic push") \ 12 _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") 14 #define BASE_TYPES_DEPRECATED_SUPPRESS_START 18 #ifndef BASE_TYPES_DEPRECATED_SUPPRESS_STOP 20 #define BASE_TYPES_DEPRECATED_SUPPRESS_STOP _Pragma("GCC diagnostic pop") 22 #define BASE_TYPES_DEPRECATED_SUPPRESS_STOP