Skip to content
Commit 5dae0c1b authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

kernel: ignore array bound warnings for generated syscall funcs



Compilers and static code analyzers do not understand Zephyr's
syscall mechanism so they always complain about out of bound
array access inside the generated syscall header functions.
So add a flag for GCC to ignore this type of warning for these
functions.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 5666e4d5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment