ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
adtf_base_deprecated.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Macros

#define ADTF3_DEPRECATED(_depr_message_)
 Mark a function or variable as deprecated.
 
#define ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN
 
#define ADTF3_IGNORE_DEPRECATION_WARNING_END    _Pragma("GCC diagnostic pop")
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file adtf_base_deprecated.h.

Macro Definition Documentation

◆ ADTF3_DEPRECATED

#define ADTF3_DEPRECATED ( _depr_message_)

◆ ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN

#define ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN
Value:
_Pragma("GCC diagnostic push") \
_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")

Definition at line 39 of file adtf_base_deprecated.h.

◆ ADTF3_IGNORE_DEPRECATION_WARNING_END

#define ADTF3_IGNORE_DEPRECATION_WARNING_END    _Pragma("GCC diagnostic pop")

Definition at line 51 of file adtf_base_deprecated.h.