From 575bc6dde65e0996aef99c45d8977e683719071d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Jan 2025 16:13:12 -0800 Subject: [PATCH] cmake clang/compiler_flags.cmake: Re-enable Wunused-function for clang 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 8715150e5a6f..c6636d4d38ea 100644 --- a/cmake/compiler/clang/compiler_flags.cmake +++ b/cmake/compiler/clang/compiler_flags.cmake @@ -104,7 +104,6 @@ check_set_compiler_property(PROPERTY warning_extended -Wno-sometimes-uninitialized -Wno-self-assign -Wno-address-of-packed-member - -Wno-unused-function -Wno-initializer-overrides -Wno-section -Wno-unused-variable