mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
spec/cpukit/optwarn: Add -Werror to the standard build flags
Now that RTEMS should be entirely warning free thanks largely to the efforts of Joel, adding this flag should keep the codebase in a good state for future compiler updates. Closes #5317
This commit is contained in:
committed by
Joel Sherrill
parent
baa281a40f
commit
3e160df4aa
@@ -12,6 +12,7 @@ default:
|
||||
- enabled-by: true
|
||||
value:
|
||||
- -Wall
|
||||
- -Werror
|
||||
description: |
|
||||
Warning flags passed to the C and C++ compiler
|
||||
enabled-by: true
|
||||
|
||||
Reference in New Issue
Block a user