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 committed Jan 13, 2025
1 parent cbf867f commit 1f195e1
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 @@ -111,7 +111,6 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-section
-Wno-unknown-warning-option
-Wno-unused-variable
-Wno-format-invalid-specifier
-Wno-gnu
# comparison of unsigned expression < 0 is always false
-Wno-tautological-compare
Expand Down

0 comments on commit 1f195e1

Please sign in to comment.