toolchain: xcc: nullify __deprecated macro
XCC does not support using the deprecated attribute for enum
as it is based on old GCC 4.2. So nullify the macro to avoid
compilation errors.
Fixes #33548
Signed-off-by:
Daniel Leung <daniel.leung@intel.com>
Loading
Please sign in to comment