From 1f195e1775c449a911a76eee2fdc79b8c93666d6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 Jan 2025 12:17:46 -0800 Subject: [PATCH] cmake clang/compiler_flags.cmake: Re-enable -Winvalid-format-specifier All warnings in the code base have been resolved. Signed-off-by: Tom Hughes --- cmake/compiler/clang/compiler_flags.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/compiler/clang/compiler_flags.cmake b/cmake/compiler/clang/compiler_flags.cmake index a64150eb58c61b..6a67df815cfd0b 100644 --- a/cmake/compiler/clang/compiler_flags.cmake +++ b/cmake/compiler/clang/compiler_flags.cmake @@ -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