From fa81397286759b071233688d37246f26b4aee475 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 6 Feb 2026 22:16:42 -0600 Subject: [PATCH] spec/optwarn: Drop global warning avoidance flags Now that all warnings should be resolved, drop the flags disabling the remaining warnings. --- spec/build/cpukit/optwarn.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/build/cpukit/optwarn.yml b/spec/build/cpukit/optwarn.yml index 8519b9f51d..b23d13d1a6 100644 --- a/spec/build/cpukit/optwarn.yml +++ b/spec/build/cpukit/optwarn.yml @@ -13,10 +13,6 @@ default: value: - -Wall - -Wextra -# We currently have not addressed all of the cases for -Wextra warnings. -# We are using -Wno- for the ones remaining. - - -Wno-cast-function-type - - -Wno-sign-compare - -Werror description: | Warning flags passed to the C and C++ compiler