Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: compiler/xt-clang: add -Wno-unknown-warning-option
xt-clang is usually based on older version of clang, and Zephyr main targets more recent versions. Because of this, some newer compiler flags may cause warnings where twister would mark as test being failed. To workaround that, add -Wno-unknown-warning-option to suppress those warnings. Fixes zephyrproject-rtos#84138 Signed-off-by: Daniel Leung <[email protected]>
- Loading branch information