mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 18:12:49 +00:00
Add a macro which signals to the compiler that use of the macro is deprecated. Example: #define FOO __DEPRECATED_MACRO bar Defines FOO to 'bar' but emits a warning if used in code. Cannot filter out with -Wno-deprecated, so be careful with -Werror. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
common.h | ||
gcc.h | ||
xcc.h |