1
2include(${ZEPHYR_BASE}/cmake/compiler/clang/compiler_flags.cmake)
3
4# Remove after testing that -Wshadow works
5set_compiler_property(PROPERTY warning_shadow_variables)
6