mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
The transition time for -Werror has been gone for a while. We are now
sufficiently clean that we can fix any new problems or mark individual files as not being ready for -Werror.
This commit is contained in:
parent
7c65416558
commit
c19a8e0670
1 changed files with 0 additions and 5 deletions
|
|
@ -60,12 +60,7 @@ PROF= -pg
|
|||
.endif
|
||||
.endif
|
||||
DEFINED_PROF= ${PROF}
|
||||
|
||||
.if defined(NO_WERROR)
|
||||
WERROR=
|
||||
.else
|
||||
WERROR?= -Werror
|
||||
.endif
|
||||
|
||||
# Put configuration-specific C flags last (except for ${PROF}) so that they
|
||||
# can override the others.
|
||||
|
|
|
|||
Loading…
Reference in a new issue