Browse Source

Revert "cmake clang/compiler_flags.cmake: Re-enable -Wgnu"

This reverts commit 8133f470dd.
Causes issues in pow2.c test

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
pull/84267/head
Benjamin Cabé 6 months ago committed by Benjamin Cabé
parent
commit
4b55a13c6c
  1. 1
      cmake/compiler/clang/compiler_flags.cmake

1
cmake/compiler/clang/compiler_flags.cmake

@ -108,6 +108,7 @@ check_set_compiler_property(PROPERTY warning_extended @@ -108,6 +108,7 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-initializer-overrides
-Wno-section
-Wno-unused-variable
-Wno-gnu
)
set_compiler_property(PROPERTY warning_error_coding_guideline

Loading…
Cancel
Save