zephyr/tests/unit
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
..
base64
cbprintf everywhere: Use correct macro for gcc-specific warnings 2025-03-20 21:57:47 +01:00
crc
intmath everywhere: Replace diagnostic pragmas with TOOLCHAIN_* macros 2025-03-20 21:57:47 +01:00
list
math_extras
net_timeout
pot tests: fix various unit tests warnings 2024-12-16 20:48:56 +01:00
rbtree
time_units
timeutil
util Revert "include: util: Add generic function to count bits set in a value" 2025-03-18 16:39:47 +01:00
winstream