Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghs: fix the naked_function attr cannot handle warning
with greenhills version older than 202354, the __attribute__((naked)) cannot handled by greenhills compiler, and will report warning: "/home/guoshichao/work_profile/vela_os/vela_car_6/nuttx/arch/arm/src/armv7-m/arm_svcall.c", line 79: warning #1097-D: unknown attribute "naked" static void dispatch_syscall(void) naked_function; ^ Signed-off-by: guoshichao <[email protected]>
- Loading branch information