mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 18:59:31 +08:00
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:
committed by
Gedare Bloom
parent
9b86017d18
commit
fa81397286
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user