Browse Source
K_KERNEL_STACK_RESERVED can be 0 which can give a warning with -Wtype-limits. Only perform the check if ARCH_KERNEL_STACK_RESERVED is set. Also remove the the unncessary sets in arch.h where it's manually set to 0, it defaults to 0 anyways. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>pull/85311/head
3 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue