zephyr/tests/kernel/mem_protect
Tom Hughes 15411747e7 everywhere: Use correct macro for gcc-specific warnings
Many warnings were disabled for all compilers, even though they are
gcc-specific warnings. Now that clang has -Wunknown-warning-option
enabled, this can cause compilation failures when building with clang
toolchains.

Use TOOLCHAIN_DISABLE_GCC_WARNING for all gcc-specific macros.

https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
https://clang.llvm.org/docs/DiagnosticsReference.html

Fixes: #84138

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-03-20 21:57:47 +01:00
..
demand_paging tests: demand_paging/mem_map: move malloc config to prj.conf 2024-12-07 16:01:10 +00:00
futex
mem_map tests: mem_protect/mem_map: add data cache manipulations 2024-12-19 21:54:16 +01:00
mem_protect tests: drivers: add overlay/testcase for silabs xg29_rb4412a board 2025-03-20 17:14:35 +01:00
obj_validation Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
protection
stack_random everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
stackprot tests: mem_protect/stackprot: Use __noinline attribute 2024-11-30 01:04:11 +01:00
sys_sem
syscalls
userspace tests: Update tests to use new k_pipe API 2025-01-17 19:43:44 +01:00