spec/optwarn: Drop global warning avoidance flags

Now that all warnings should be resolved, drop the flags disabling the
remaining warnings.
This commit is contained in:
Kinsey Moore
2026-02-09 17:23:00 +00:00
committed by Gedare Bloom
parent 9b86017d18
commit fa81397286
-4
View File
@@ -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