Skip to content
Commit 82ec1c0e authored by Daniel Leung's avatar Daniel Leung Committed by Kumar Gala
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 72c2f182
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment