Skip to content

Commit

Permalink
cmake clang/compiler_flags.cmake: Re-enable -Winvalid-format-specifier
Browse files Browse the repository at this point in the history
All warnings in the code base have been resolved.

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
  • Loading branch information
thughes authored and kartben committed Jan 16, 2025
1 parent b9d7b1b commit 9ba1f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/compiler/clang/compiler_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-initializer-overrides
-Wno-section
-Wno-unused-variable
-Wno-format-invalid-specifier
-Wno-gnu
)

Expand Down

0 comments on commit 9ba1f2e

Please sign in to comment.