"tools/vscode:/vscode.git/clone" did not exist on "e0f083a09b295306e0b31ebc9ea5e3a848d12b84"
Remove direct usage of __attribute__((foo))
Migrate all direct usage of __attribute__ to usage of their
corresponding macros from cdefs.h.
e.g.:
- __attribute__((unused)) -> __unused
Signed-off-by:
Soren Brinkmann <soren.brinkmann@xilinx.com>
Please register or sign in to comment